Html Css Color HEX #513737 Van Cleef

📋 copy color: '#513737'

red 81 ◦ green 55 ◦ blue 55

#513737
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Van Cleef #513737

Tints of Van Cleef #513737

RGB

 RED value IS 81 (32.03% from 255) = 42.41%

 GREEN value IS 55 (21.88% from 255) = 28.8%

 BLUE value IS 55 (21.88% from 255) = 28.8%

R = 42.41%
G = 28.8%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#513737 (or 0x513737) is known color: Van Cleef. HEX triplet: 51, 37 and 37. RGB value is (81,55,55). Sum of RGB (Red+Green+Blue) = 81+55+55=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 55 (21.88% from 255 or 28.80% from 191); Max value from RGB is 81 - color contains mainly: red. Hex color #513737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513737 is #AEC8C8. Grayscale: #3E3E3E. Windows color (decimal): -11454665 or 3618641. OLE color: 3618641.

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

Color convert

RGB 81 55 55 -
CMYK 0 0.32 0.32 0.68
HSL 0.19% 0.27% -
HSV(B) 0.32% 0.32% -
XYZ 5.45 4.76 4.25 -
YUV 62.77 123.61 141 -
System Red Green Blue C M Y K H S L
Decimal 81 55 55 0 0.32 0.32 0.68 0 0.19 0.27
Hex 51 37 37 0 20 20 44 0 13 1B
Octal 121 67 67 0 40 40 104 0 23 33
Binary 1010001 110111 110111 0 100000 100000 1000100 0 10011 11011

Color Harmonies of #513737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513737

Black with #513737

Text Example


Text Example

White with #513737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513737; }

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

 H1.HeaderClassName
 {
   color: #513737;
 }
 .AnyTagClassName
 {
   color: #513737;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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