Html Css Color HEX #553940 Wine Berry

📋 copy color: '#553940'

red 85 ◦ green 57 ◦ blue 64

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

Shades of Wine Berry #553940

Tints of Wine Berry #553940

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.67%

 BLUE value IS 64 (25.39% from 255) = 31.07%

R = 41.26%
G = 27.67%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#553940 (or 0x553940) is known color: Wine Berry. HEX triplet: 55, 39 and 40. RGB value is (85,57,64). Sum of RGB (Red+Green+Blue) = 85+57+64=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #553940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553940 is #AAC6BF. Grayscale: #424242. Windows color (decimal): -11192000 or 4208981. OLE color: 4208981.

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

Color convert

RGB 85 57 64 -
CMYK 0 0.33 0.25 0.67
HSL 345º 0.2% 0.28% -
HSV(B) 345º 0.33% 0.33% -
XYZ 6.13 5.23 5.54 -
YUV 66.17 126.78 141.43 -
System Red Green Blue C M Y K H S L
Decimal 85 57 64 0 0.33 0.25 0.67 345 0.2 0.28
Hex 55 39 40 0 21 19 43 159 14 1C
Octal 125 71 100 0 41 31 103 531 24 34
Binary 1010101 111001 1000000 0 100001 11001 1000011 101011001 10100 11100

Color Harmonies of #553940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553940

Black with #553940

Text Example


Text Example

White with #553940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553940; }

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

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

background-color css

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

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

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

border-color css

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

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

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