Html Css Color HEX #55363B Wine Berry

📋 copy color: '#55363B'

red 85 ◦ green 54 ◦ blue 59

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

Shades of Wine Berry #55363B

Tints of Wine Berry #55363B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 29.8%

R = 42.93%
G = 27.27%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#55363B (or 0x55363B) is known color: Wine Berry. HEX triplet: 55, 36 and 3B. RGB value is (85,54,59). Sum of RGB (Red+Green+Blue) = 85+54+59=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #55363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55363B is #AAC9C4. Grayscale: #3F3F3F. Windows color (decimal): -11192773 or 3880533. OLE color: 3880533.

HSL color Cylindrical-coordinate representation of color #55363B: hue angle of 350.32º 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 #55363B is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 54 59 -
CMYK 0 0.36 0.31 0.67
HSL 350.32º 0.22% 0.27% -
HSV(B) 350.32º 0.36% 0.33% -
XYZ 5.85 4.89 4.77 -
YUV 63.84 125.27 143.09 -
System Red Green Blue C M Y K H S L
Decimal 85 54 59 0 0.36 0.31 0.67 350.32 0.22 0.27
Hex 55 36 3B 0 24 1F 43 15E 16 1B
Octal 125 66 73 0 44 37 103 536 26 33
Binary 1010101 110110 111011 0 100100 11111 1000011 101011110 10110 11011

Color Harmonies of #55363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55363B

Black with #55363B

Text Example


Text Example

White with #55363B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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