Html Css Color HEX #55333D Wine Berry

📋 copy color: '#55333D'

red 85 ◦ green 51 ◦ blue 61

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

Shades of Wine Berry #55333D

Tints of Wine Berry #55333D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 30.96%

R = 43.15%
G = 25.89%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#55333D (or 0x55333D) is known color: Wine Berry. HEX triplet: 55, 33 and 3D. RGB value is (85,51,61). Sum of RGB (Red+Green+Blue) = 85+51+61=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #55333D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55333D is #AACCC2. Grayscale: #3E3E3E. Windows color (decimal): -11193539 or 4010837. OLE color: 4010837.

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

Color convert

RGB 85 51 61 -
CMYK 0 0.40 0.28 0.67
HSL 342.35º 0.25% 0.27% -
HSV(B) 342.35º 0.4% 0.33% -
XYZ 5.77 4.64 5.01 -
YUV 62.31 127.26 144.19 -
System Red Green Blue C M Y K H S L
Decimal 85 51 61 0 0.40 0.28 0.67 342.35 0.25 0.27
Hex 55 33 3D 0 28 1C 43 156 19 1B
Octal 125 63 75 0 50 34 103 526 31 33
Binary 1010101 110011 111101 0 101000 11100 1000011 101010110 11001 11011

Color Harmonies of #55333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55333D

Black with #55333D

Text Example


Text Example

White with #55333D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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