Html Css Color HEX #55333C Wine Berry

📋 copy color: '#55333C'

red 85 ◦ green 51 ◦ blue 60

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

Shades of Wine Berry #55333C

Tints of Wine Berry #55333C

RGB

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

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

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

R = 43.37%
G = 26.02%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#55333C (or 0x55333C) is known color: Wine Berry. HEX triplet: 55, 33 and 3C. RGB value is (85,51,60). Sum of RGB (Red+Green+Blue) = 85+51+60=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #55333C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55333C is #AACCC3. Grayscale: #3E3E3E. Windows color (decimal): -11193540 or 3945301. OLE color: 3945301.

HSL color Cylindrical-coordinate representation of color #55333C: hue angle of 344.12º 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 #55333C is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 51 60 -
CMYK 0 0.40 0.29 0.67
HSL 344.12º 0.25% 0.27% -
HSV(B) 344.12º 0.4% 0.33% -
XYZ 5.75 4.63 4.86 -
YUV 62.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 85 51 60 0 0.40 0.29 0.67 344.12 0.25 0.27
Hex 55 33 3C 0 28 1D 43 158 19 1B
Octal 125 63 74 0 50 35 103 530 31 33
Binary 1010101 110011 111100 0 101000 11101 1000011 101011000 11001 11011

Color Harmonies of #55333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55333C

Black with #55333C

Text Example


Text Example

White with #55333C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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