#553333

Color #553333 Van Cleef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Van Cleef #553333

Tints of Van Cleef #553333

Color information

#553333 (or 0x553333) is unknown color: approx Van Cleef. HEX triplet: 55, 33 and 33. RGB value is (85,51,51). Sum of RGB (Red+Green+Blue) = 85+51+51=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #553333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553333 is #AACCCC. Grayscale: #3D3D3D. Windows color (decimal): -11193549 or 3355477. OLE color: 3355477.

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

Color convert

RGB855151-
CMYK00.400.400.67
HSL25%26.67%-
HSV(B)40%33.33%-
XYZ5.534.543.72-
YUV61.17122.26145-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.45%
GREEN value IS 51 (20.31% from 255) = 27.27%
BLUE value IS 51 (20.31% from 255) = 27.27%
R=45.45%
G=27.27%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85515100.400.400.6702526.67
Hex55333302828430191b
Octal12563630505010303133
Binary10101011100111100110101000101000100001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553333; }

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

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

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

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

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

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

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

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