Html Css Color HEX #553539 Wine Berry

📋 copy color: '#553539'

red 85 ◦ green 53 ◦ blue 57

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

Shades of Wine Berry #553539

Tints of Wine Berry #553539

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.18%

 BLUE value IS 57 (22.66% from 255) = 29.23%

R = 43.59%
G = 27.18%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#553539 (or 0x553539) is known color: Wine Berry. HEX triplet: 55, 35 and 39. RGB value is (85,53,57). Sum of RGB (Red+Green+Blue) = 85+53+57=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 57 (22.66% from 255 or 29.23% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #553539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553539 is #AACAC6. Grayscale: #3F3F3F. Windows color (decimal): -11193031 or 3749205. OLE color: 3749205.

HSL color Cylindrical-coordinate representation of color #553539: hue angle of 352.5º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #553539 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 53 57 -
CMYK 0 0.38 0.33 0.67
HSL 352.5º 0.23% 0.27% -
HSV(B) 352.5º 0.38% 0.33% -
XYZ 5.76 4.77 4.49 -
YUV 63.02 124.6 143.67 -
System Red Green Blue C M Y K H S L
Decimal 85 53 57 0 0.38 0.33 0.67 352.5 0.23 0.27
Hex 55 35 39 0 26 21 43 160 17 1B
Octal 125 65 71 0 46 41 103 540 27 33
Binary 1010101 110101 111001 0 100110 100001 1000011 101100000 10111 11011

Color Harmonies of #553539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553539

Black with #553539

Text Example


Text Example

White with #553539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553539; }

 p { color: rgb(85,53,57); }

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

background-color css

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

 a { background-color: rgb(85,53,57); }

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

border-color css

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

 span { border-color: rgb(85,53,57); }

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