#533332

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

Shades of Van Cleef #533332

Tints of Van Cleef #533332

Color information

#533332 (or 0x533332) is unknown color: approx Van Cleef. HEX triplet: 53, 33 and 32. RGB value is (83,51,50). Sum of RGB (Red+Green+Blue) = 83+51+50=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #533332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533332 is #ACCCCD. Grayscale: #3C3C3C. Windows color (decimal): -11324622 or 3289939. OLE color: 3289939.

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

Color convert

RGB835150-
CMYK00.390.400.67
HSL1.82º24.81%26.08%-
HSV(B)1.82º39.76%32.55%-
XYZ5.334.443.59-
YUV60.45122.1144.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.11%
GREEN value IS 51 (20.31% from 255) = 27.72%
BLUE value IS 50 (19.92% from 255) = 27.17%
R=45.11%
G=27.72%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83515000.390.400.671.8224.8126.08
Hex53333202728432191a
Octal12363620475010323132
Binary101001111001111001001001111010001000011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533332; }

 p { color: rgb(83,51,50); }

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

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

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

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

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

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

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