#513333

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

Shades of Van Cleef #513333

Tints of Van Cleef #513333

Color information

#513333 (or 0x513333) is unknown color: approx Van Cleef. HEX triplet: 51, 33 and 33. RGB value is (81,51,51). Sum of RGB (Red+Green+Blue) = 81+51+51=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 51 (20.31% from 255 or 27.87% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #513333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513333 is #AECCCC. Grayscale: #3C3C3C. Windows color (decimal): -11455693 or 3355473. OLE color: 3355473.

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

Color convert

RGB815151-
CMYK00.370.370.68
HSL22.73%25.88%-
HSV(B)37.04%31.76%-
XYZ5.174.363.7-
YUV59.97122.94143-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.26%
GREEN value IS 51 (20.31% from 255) = 27.87%
BLUE value IS 51 (20.31% from 255) = 27.87%
R=44.26%
G=27.87%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81515100.370.370.68022.7325.88
Hex51333302525440171a
Octal12163630454510402732
Binary10100011100111100110100101100101100010001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513333; }

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

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

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

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

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

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

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

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