Html Css Color HEX #553640 Wine Berry

📋 copy color: '#553640'

red 85 ◦ green 54 ◦ blue 64

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

Shades of Wine Berry #553640

Tints of Wine Berry #553640

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.6%

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

R = 41.87%
G = 26.6%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#553640 (or 0x553640) is known color: Wine Berry. HEX triplet: 55, 36 and 40. RGB value is (85,54,64). Sum of RGB (Red+Green+Blue) = 85+54+64=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #553640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553640 is #AAC9BF. Grayscale: #404040. Windows color (decimal): -11192768 or 4208213. OLE color: 4208213.

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

Color convert

RGB 85 54 64 -
CMYK 0 0.36 0.25 0.67
HSL 340.65º 0.22% 0.27% -
HSV(B) 340.65º 0.36% 0.33% -
XYZ 5.99 4.94 5.49 -
YUV 64.41 127.77 142.69 -
System Red Green Blue C M Y K H S L
Decimal 85 54 64 0 0.36 0.25 0.67 340.65 0.22 0.27
Hex 55 36 40 0 24 19 43 155 16 1B
Octal 125 66 100 0 44 31 103 525 26 33
Binary 1010101 110110 1000000 0 100100 11001 1000011 101010101 10110 11011

Color Harmonies of #553640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553640

Black with #553640

Text Example


Text Example

White with #553640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553640; }

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

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

background-color css

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

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

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

border-color css

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

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

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