#513B3B

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

Shades of Van Cleef #513B3B

Tints of Van Cleef #513B3B

Color information

#513B3B (or 0x513B3B) is unknown color: approx Van Cleef. HEX triplet: 51, 3B and 3B. RGB value is (81,59,59). Sum of RGB (Red+Green+Blue) = 81+59+59=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 59 (23.44% from 255 or 29.65% from 199); Blue value is 59 (23.44% from 255 or 29.65% from 199); Max value from RGB is 81 - color contains mainly: red. Hex color #513B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513B3B is #AEC4C4. Grayscale: #414141. Windows color (decimal): -11453637 or 3881809. OLE color: 3881809.

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

Color convert

RGB815959-
CMYK00.270.270.68
HSL15.71%27.45%-
HSV(B)27.16%31.76%-
XYZ5.755.194.84-
YUV65.58124.29139-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.70%
GREEN value IS 59 (23.44% from 255) = 29.65%
BLUE value IS 59 (23.44% from 255) = 29.65%
R=40.70%
G=29.65%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81595900.270.270.68015.7127.45
Hex513B3B01B1B440101b
Octal12173730333310402033
Binary101000111101111101101101111011100010001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513B3B; }

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

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

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

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

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

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

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

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