Html Css Color HEX #553439 Wine Berry

📋 copy color: '#553439'

red 85 ◦ green 52 ◦ blue 57

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

Shades of Wine Berry #553439

Tints of Wine Berry #553439

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.8%

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

R = 43.81%
G = 26.8%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#553439 (or 0x553439) is known color: Wine Berry. HEX triplet: 55, 34 and 39. RGB value is (85,52,57). Sum of RGB (Red+Green+Blue) = 85+52+57=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 57 (22.66% from 255 or 29.38% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #553439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553439 is #AACBC6. Grayscale: #3E3E3E. Windows color (decimal): -11193287 or 3748949. OLE color: 3748949.

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

Color convert

RGB 85 52 57 -
CMYK 0 0.39 0.33 0.67
HSL 350.91º 0.24% 0.27% -
HSV(B) 350.91º 0.39% 0.33% -
XYZ 5.71 4.68 4.47 -
YUV 62.44 124.93 144.09 -
System Red Green Blue C M Y K H S L
Decimal 85 52 57 0 0.39 0.33 0.67 350.91 0.24 0.27
Hex 55 34 39 0 27 21 43 15F 18 1B
Octal 125 64 71 0 47 41 103 537 30 33
Binary 1010101 110100 111001 0 100111 100001 1000011 101011111 11000 11011

Color Harmonies of #553439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553439

Black with #553439

Text Example


Text Example

White with #553439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553439; }

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

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

background-color css

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

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

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

border-color css

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

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

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