Html Css Color HEX #55373C Wine Berry

📋 copy color: '#55373C'

red 85 ◦ green 55 ◦ blue 60

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

Shades of Wine Berry #55373C

Tints of Wine Berry #55373C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.5%

 BLUE value IS 60 (23.83% from 255) = 30%

R = 42.5%
G = 27.5%
B = 30%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#55373C (or 0x55373C) is known color: Wine Berry. HEX triplet: 55, 37 and 3C. RGB value is (85,55,60). Sum of RGB (Red+Green+Blue) = 85+55+60=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #55373C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55373C is #AAC8C3. Grayscale: #404040. Windows color (decimal): -11192516 or 3946325. OLE color: 3946325.

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

Color convert

RGB 85 55 60 -
CMYK 0 0.35 0.29 0.67
HSL 350º 0.21% 0.27% -
HSV(B) 350º 0.35% 0.33% -
XYZ 5.93 4.99 4.93 -
YUV 64.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 85 55 60 0 0.35 0.29 0.67 350 0.21 0.27
Hex 55 37 3C 0 23 1D 43 15E 15 1B
Octal 125 67 74 0 43 35 103 536 25 33
Binary 1010101 110111 111100 0 100011 11101 1000011 101011110 10101 11011

Color Harmonies of #55373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55373C

Black with #55373C

Text Example


Text Example

White with #55373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55373C; }

 p { color: rgb(85,55,60); }

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

background-color css

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

 a { background-color: rgb(85,55,60); }

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

border-color css

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

 span { border-color: rgb(85,55,60); }

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