Html Css Color HEX #513F1F Madras

📋 copy color: '#513F1F'

red 81 ◦ green 63 ◦ blue 31

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

Shades of Madras #513F1F

Tints of Madras #513F1F

RGB

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

 GREEN value IS 63 (25% from 255) = 36%

 BLUE value IS 31 (12.5% from 255) = 17.71%

R = 46.29%
G = 36%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#513F1F (or 0x513F1F) is known color: Madras. HEX triplet: 51, 3F and 1F. RGB value is (81,63,31). Sum of RGB (Red+Green+Blue) = 81+63+31=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #513F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513F1F is #AEC0E0. Grayscale: #404040. Windows color (decimal): -11452641 or 2047825. OLE color: 2047825.

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

Color convert

RGB 81 63 31 -
CMYK 0 0.22 0.62 0.68
HSL 38.4º 0.45% 0.22% -
HSV(B) 38.4º 0.62% 0.32% -
XYZ 5.42 5.4 2.05 -
YUV 64.73 108.96 139.6 -
System Red Green Blue C M Y K H S L
Decimal 81 63 31 0 0.22 0.62 0.68 38.4 0.45 0.22
Hex 51 3F 1F 0 16 3E 44 26 2D 16
Octal 121 77 37 0 26 76 104 46 55 26
Binary 1010001 111111 11111 0 10110 111110 1000100 100110 101101 10110

Color Harmonies of #513F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513F1F

Black with #513F1F

Text Example


Text Example

White with #513F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,63,31); }

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

background-color css

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

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

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

border-color css

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

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

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