Html Css Color HEX #553440 Wine Berry

📋 copy color: '#553440'

red 85 ◦ green 52 ◦ blue 64

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

Shades of Wine Berry #553440

Tints of Wine Berry #553440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 31.84%

R = 42.29%
G = 25.87%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#553440 (or 0x553440) is known color: Wine Berry. HEX triplet: 55, 34 and 40. RGB value is (85,52,64). Sum of RGB (Red+Green+Blue) = 85+52+64=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #553440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553440 is #AACBBF. Grayscale: #3F3F3F. Windows color (decimal): -11193280 or 4207701. OLE color: 4207701.

HSL color Cylindrical-coordinate representation of color #553440: hue angle of 338.18º 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 #553440 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 52 64 -
CMYK 0 0.39 0.25 0.67
HSL 338.18º 0.24% 0.27% -
HSV(B) 338.18º 0.39% 0.33% -
XYZ 5.9 4.76 5.46 -
YUV 63.24 128.43 143.52 -
System Red Green Blue C M Y K H S L
Decimal 85 52 64 0 0.39 0.25 0.67 338.18 0.24 0.27
Hex 55 34 40 0 27 19 43 152 18 1B
Octal 125 64 100 0 47 31 103 522 30 33
Binary 1010101 110100 1000000 0 100111 11001 1000011 101010010 11000 11011

Color Harmonies of #553440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553440

Black with #553440

Text Example


Text Example

White with #553440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553440; }

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

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

background-color css

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

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

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

border-color css

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

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

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