Html Css Color HEX #55333B Wine Berry

📋 copy color: '#55333B'

red 85 ◦ green 51 ◦ blue 59

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

Shades of Wine Berry #55333B

Tints of Wine Berry #55333B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.15%

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

R = 43.59%
G = 26.15%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#55333B (or 0x55333B) is known color: Wine Berry. HEX triplet: 55, 33 and 3B. RGB value is (85,51,59). Sum of RGB (Red+Green+Blue) = 85+51+59=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #55333B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55333B is #AACCC4. Grayscale: #3E3E3E. Windows color (decimal): -11193541 or 3879765. OLE color: 3879765.

HSL color Cylindrical-coordinate representation of color #55333B: hue angle of 345.88º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55333B is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 51 59 -
CMYK 0 0.40 0.31 0.67
HSL 345.88º 0.25% 0.27% -
HSV(B) 345.88º 0.4% 0.33% -
XYZ 5.72 4.61 4.73 -
YUV 62.08 126.26 144.35 -
System Red Green Blue C M Y K H S L
Decimal 85 51 59 0 0.40 0.31 0.67 345.88 0.25 0.27
Hex 55 33 3B 0 28 1F 43 15A 19 1B
Octal 125 63 73 0 50 37 103 532 31 33
Binary 1010101 110011 111011 0 101000 11111 1000011 101011010 11001 11011

Color Harmonies of #55333B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55333B

Black with #55333B

Text Example


Text Example

White with #55333B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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