#55282F

Color #55282F Wine Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wine Berry #55282F

Tints of Wine Berry #55282F

Color information

#55282F (or 0x55282F) is unknown color: approx Wine Berry. HEX triplet: 55, 28 and 2F. RGB value is (85,40,47). Sum of RGB (Red+Green+Blue) = 85+40+47=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #55282F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55282F is #AAD7D0. Grayscale: #363636. Windows color (decimal): -11196369 or 3090517. OLE color: 3090517.

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

Color convert

RGB854047-
CMYK00.530.450.67
HSL350.67º36%24.51%-
HSV(B)350.67º52.94%33.33%-
XYZ5.023.653.13-
YUV54.25123.91149.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.42%
GREEN value IS 40 (16.02% from 255) = 23.26%
BLUE value IS 47 (18.75% from 255) = 27.33%
R=49.42%
G=23.26%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85404700.530.450.67350.673624.51
Hex55282F0352D4315f2419
Octal1255057065551035374431
Binary10101011010001011110110101101101100001110101111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55282F; }

 p { color: rgb(85,40,47); }

 H1.HeaderClassName
 {
   color: #55282F;
 }
 .AnyTagClassName
 {
   color: #55282F;
 }
</style>
background-color css

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

 a { background-color: rgb(85,40,47); }

 div.DivClassName
 {
   background-color: #55282F;
 }
 .BgClassName
 {
   background-color: #55282F;
 }
</style>
border-color css

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

 span { border-color: rgb(85,40,47); }

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