#513535

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

Shades of Van Cleef #513535

Tints of Van Cleef #513535

Color information

#513535 (or 0x513535) is unknown color: approx Van Cleef. HEX triplet: 51, 35 and 35. RGB value is (81,53,53). Sum of RGB (Red+Green+Blue) = 81+53+53=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 53 (21.09% from 255 or 28.34% from 187); Max value from RGB is 81 - color contains mainly: red. Hex color #513535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513535 is #AECACA. Grayscale: #3D3D3D. Windows color (decimal): -11455179 or 3487057. OLE color: 3487057.

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

Color convert

RGB815353-
CMYK00.350.350.68
HSL20.9%26.27%-
HSV(B)34.57%31.76%-
XYZ5.314.553.97-
YUV61.37123.28142-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.32%
GREEN value IS 53 (21.09% from 255) = 28.34%
BLUE value IS 53 (21.09% from 255) = 28.34%
R=43.32%
G=28.34%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81535300.350.350.68020.926.27
Hex51353502323440151a
Octal12165650434310402532
Binary10100011101011101010100011100011100010001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513535; }

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

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

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

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

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

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

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

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