#533333

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

Shades of Van Cleef #533333

Tints of Van Cleef #533333

Color information

#533333 (or 0x533333) is unknown color: approx Van Cleef. HEX triplet: 53, 33 and 33. RGB value is (83,51,51). Sum of RGB (Red+Green+Blue) = 83+51+51=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 51 (20.31% from 255 or 27.57% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #533333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533333 is #ACCCCC. Grayscale: #3C3C3C. Windows color (decimal): -11324621 or 3355475. OLE color: 3355475.

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

Color convert

RGB835151-
CMYK00.390.390.67
HSL23.88%26.27%-
HSV(B)38.55%32.55%-
XYZ5.354.453.71-
YUV60.57122.6144-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.86%
GREEN value IS 51 (20.31% from 255) = 27.57%
BLUE value IS 51 (20.31% from 255) = 27.57%
R=44.86%
G=27.57%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83515100.390.390.67023.8826.27
Hex53333302727430181a
Octal12363630474710303032
Binary10100111100111100110100111100111100001101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533333; }

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

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

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

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

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

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

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

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