Html Css Color HEX #482C34 Wine Berry

📋 copy color: '#482C34'

red 72 ◦ green 44 ◦ blue 52

#482C34
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wine Berry #482C34

Tints of Wine Berry #482C34

RGB

 RED value IS 72 (28.52% from 255) = 42.86%

 GREEN value IS 44 (17.58% from 255) = 26.19%

 BLUE value IS 52 (20.7% from 255) = 30.95%

R = 42.86%
G = 26.19%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.72

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#482C34 (or 0x482C34) is known color: Wine Berry. HEX triplet: 48, 2C and 34. RGB value is (72,44,52). Sum of RGB (Red+Green+Blue) = 72+44+52=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #482C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482C34 is #B7D3CB. Grayscale: #353535. Windows color (decimal): -12047308 or 3419208. OLE color: 3419208.

HSL color Cylindrical-coordinate representation of color #482C34: hue angle of 342.86º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #482C34 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 44 52 -
CMYK 0 0.39 0.28 0.72
HSL 342.86º 0.24% 0.23% -
HSV(B) 342.86º 0.39% 0.28% -
XYZ 4.19 3.43 3.69 -
YUV 53.28 127.28 141.35 -
System Red Green Blue C M Y K H S L
Decimal 72 44 52 0 0.39 0.28 0.72 342.86 0.24 0.23
Hex 48 2C 34 0 27 1C 48 157 18 17
Octal 110 54 64 0 47 34 110 527 30 27
Binary 1001000 101100 110100 0 100111 11100 1001000 101010111 11000 10111

Color Harmonies of #482C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482C34

Black with #482C34

Text Example


Text Example

White with #482C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482C34; }

 p { color: rgb(72,44,52); }

 H1.HeaderClassName
 {
   color: #482C34;
 }
 .AnyTagClassName
 {
   color: #482C34;
 }
</style>

background-color css

<style>
 a { background-color: #482C34; }

 a { background-color: rgb(72,44,52); }

 div.DivClassName
 {
   background-color: #482C34;
 }
 .BgClassName
 {
   background-color: #482C34;
 }
</style>

border-color css

<style>
 span { border-color: #482C34; }

 span { border-color: rgb(72,44,52); }

 td.TdClassName
 {
   border-color: #482C34;
 }
 .TagClassName
 {
   border-color: #482C34;
 }
</style>