Html Css Color HEX #55363C Wine Berry

📋 copy color: '#55363C'

red 85 ◦ green 54 ◦ blue 60

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

Shades of Wine Berry #55363C

Tints of Wine Berry #55363C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.14%

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

R = 42.71%
G = 27.14%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#55363C (or 0x55363C) is known color: Wine Berry. HEX triplet: 55, 36 and 3C. RGB value is (85,54,60). Sum of RGB (Red+Green+Blue) = 85+54+60=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #55363C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55363C is #AAC9C3. Grayscale: #3F3F3F. Windows color (decimal): -11192772 or 3946069. OLE color: 3946069.

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

Color convert

RGB 85 54 60 -
CMYK 0 0.36 0.29 0.67
HSL 348.39º 0.22% 0.27% -
HSV(B) 348.39º 0.36% 0.33% -
XYZ 5.88 4.9 4.91 -
YUV 63.95 125.77 143.01 -
System Red Green Blue C M Y K H S L
Decimal 85 54 60 0 0.36 0.29 0.67 348.39 0.22 0.27
Hex 55 36 3C 0 24 1D 43 15C 16 1B
Octal 125 66 74 0 44 35 103 534 26 33
Binary 1010101 110110 111100 0 100100 11101 1000011 101011100 10110 11011

Color Harmonies of #55363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55363C

Black with #55363C

Text Example


Text Example

White with #55363C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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