Html Css Color HEX #553239 Wine Berry

📋 copy color: '#553239'

red 85 ◦ green 50 ◦ blue 57

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

Shades of Wine Berry #553239

Tints of Wine Berry #553239

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.04%

 BLUE value IS 57 (22.66% from 255) = 29.69%

R = 44.27%
G = 26.04%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#553239 (or 0x553239) is known color: Wine Berry. HEX triplet: 55, 32 and 39. RGB value is (85,50,57). Sum of RGB (Red+Green+Blue) = 85+50+57=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 57 (22.66% from 255 or 29.69% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #553239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553239 is #AACDC6. Grayscale: #3D3D3D. Windows color (decimal): -11193799 or 3748437. OLE color: 3748437.

HSL color Cylindrical-coordinate representation of color #553239: hue angle of 348º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #553239 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 50 57 -
CMYK 0 0.41 0.33 0.67
HSL 348º 0.26% 0.26% -
HSV(B) 348º 0.41% 0.33% -
XYZ 5.63 4.51 4.44 -
YUV 61.26 125.6 144.93 -
System Red Green Blue C M Y K H S L
Decimal 85 50 57 0 0.41 0.33 0.67 348 0.26 0.26
Hex 55 32 39 0 29 21 43 15C 1A 1A
Octal 125 62 71 0 51 41 103 534 32 32
Binary 1010101 110010 111001 0 101001 100001 1000011 101011100 11010 11010

Color Harmonies of #553239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553239

Black with #553239

Text Example


Text Example

White with #553239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553239; }

 p { color: rgb(85,50,57); }

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

background-color css

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

 a { background-color: rgb(85,50,57); }

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

border-color css

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

 span { border-color: rgb(85,50,57); }

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