Html Css Color HEX #553036 Wine Berry

📋 copy color: '#553036'

red 85 ◦ green 48 ◦ blue 54

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

Shades of Wine Berry #553036

Tints of Wine Berry #553036

RGB

 RED value IS 85 (33.59% from 255) = 45.45%

 GREEN value IS 48 (19.14% from 255) = 25.67%

 BLUE value IS 54 (21.48% from 255) = 28.88%

R = 45.45%
G = 25.67%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#553036 (or 0x553036) is known color: Wine Berry. HEX triplet: 55, 30 and 36. RGB value is (85,48,54). Sum of RGB (Red+Green+Blue) = 85+48+54=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #553036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553036 is #AACFC9. Grayscale: #3B3B3B. Windows color (decimal): -11194314 or 3551317. OLE color: 3551317.

HSL color Cylindrical-coordinate representation of color #553036: hue angle of 350.27º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #553036 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 48 54 -
CMYK 0 0.44 0.36 0.67
HSL 350.27º 0.28% 0.26% -
HSV(B) 350.27º 0.44% 0.33% -
XYZ 5.47 4.31 4.03 -
YUV 59.75 124.76 146.01 -
System Red Green Blue C M Y K H S L
Decimal 85 48 54 0 0.44 0.36 0.67 350.27 0.28 0.26
Hex 55 30 36 0 2C 24 43 15E 1C 1A
Octal 125 60 66 0 54 44 103 536 34 32
Binary 1010101 110000 110110 0 101100 100100 1000011 101011110 11100 11010

Color Harmonies of #553036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553036

Black with #553036

Text Example


Text Example

White with #553036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553036; }

 p { color: rgb(85,48,54); }

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

background-color css

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

 a { background-color: rgb(85,48,54); }

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

border-color css

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

 span { border-color: rgb(85,48,54); }

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