Html Css Color HEX #513B3B Van Cleef

📋 copy color: '#513B3B'

red 81 ◦ green 59 ◦ blue 59

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

Shades of Van Cleef #513B3B

Tints of Van Cleef #513B3B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.65%

 BLUE value IS 59 (23.44% from 255) = 29.65%

R = 40.7%
G = 29.65%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#513B3B (or 0x513B3B) is known color: 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

RGB 81 59 59 -
CMYK 0 0.27 0.27 0.68
HSL 0.16% 0.27% -
HSV(B) 0.27% 0.32% -
XYZ 5.75 5.19 4.84 -
YUV 65.58 124.29 139 -
System Red Green Blue C M Y K H S L
Decimal 81 59 59 0 0.27 0.27 0.68 0 0.16 0.27
Hex 51 3B 3B 0 1B 1B 44 0 10 1B
Octal 121 73 73 0 33 33 104 0 20 33
Binary 1010001 111011 111011 0 11011 11011 1000100 0 10000 11011

Color Harmonies of #513B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513B3B

Black with #513B3B

Text Example


Text Example

White with #513B3B

Text Example


Text Example

HTML Codes & Css Web 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>