Html Css Color HEX #55333F Wine Berry

📋 copy color: '#55333F'

red 85 ◦ green 51 ◦ blue 63

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

Shades of Wine Berry #55333F

Tints of Wine Berry #55333F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 31.66%

R = 42.71%
G = 25.63%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#55333F (or 0x55333F) is known color: Wine Berry. HEX triplet: 55, 33 and 3F. RGB value is (85,51,63). Sum of RGB (Red+Green+Blue) = 85+51+63=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #55333F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55333F is #AACCC0. Grayscale: #3E3E3E. Windows color (decimal): -11193537 or 4141909. OLE color: 4141909.

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

Color convert

RGB 85 51 63 -
CMYK 0 0.40 0.26 0.67
HSL 338.82º 0.25% 0.27% -
HSV(B) 338.82º 0.4% 0.33% -
XYZ 5.83 4.66 5.29 -
YUV 62.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 85 51 63 0 0.40 0.26 0.67 338.82 0.25 0.27
Hex 55 33 3F 0 28 1A 43 153 19 1B
Octal 125 63 77 0 50 32 103 523 31 33
Binary 1010101 110011 111111 0 101000 11010 1000011 101010011 11001 11011

Color Harmonies of #55333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55333F

Black with #55333F

Text Example


Text Example

White with #55333F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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