#553338

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

Shades of Wine Berry #553338

Tints of Wine Berry #553338

Color information

#553338 (or 0x553338) is unknown color: approx Wine Berry. HEX triplet: 55, 33 and 38. RGB value is (85,51,56). Sum of RGB (Red+Green+Blue) = 85+51+56=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #553338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553338 is #AACCC7. Grayscale: #3D3D3D. Windows color (decimal): -11193544 or 3683157. OLE color: 3683157.

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

Color convert

RGB855156-
CMYK00.400.340.67
HSL351.18º25%26.67%-
HSV(B)351.18º40%33.33%-
XYZ5.644.584.33-
YUV61.74124.76144.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.27%
GREEN value IS 51 (20.31% from 255) = 26.56%
BLUE value IS 56 (22.27% from 255) = 29.17%
R=44.27%
G=26.56%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85515600.400.340.67351.182526.67
Hex553338028224315f191b
Octal1256370050421035373133
Binary1010101110011111000010100010001010000111010111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553338; }

 p { color: rgb(85,51,56); }

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

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

 a { background-color: rgb(85,51,56); }

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

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

 span { border-color: rgb(85,51,56); }

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