Html Css Color HEX #51420B Madras

📋 copy color: '#51420B'

red 81 ◦ green 66 ◦ blue 11

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

Shades of Madras #51420B

Tints of Madras #51420B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 41.77%

 BLUE value IS 11 (4.69% from 255) = 6.96%

R = 51.27%
G = 41.77%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.68

RGB Variations

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

Color information

#51420B (or 0x51420B) is known color: Madras. HEX triplet: 51, 42 and 0B. RGB value is (81,66,11). Sum of RGB (Red+Green+Blue) = 81+66+11=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #51420B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51420B is #AEBDF4. Grayscale: #404040. Windows color (decimal): -11451893 or 737873. OLE color: 737873.

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

Color convert

RGB 81 66 11 -
CMYK 0 0.19 0.86 0.68
HSL 47.14º 0.76% 0.18% -
HSV(B) 47.14º 0.86% 0.32% -
XYZ 5.4 5.67 1.13 -
YUV 64.22 97.97 139.97 -
System Red Green Blue C M Y K H S L
Decimal 81 66 11 0 0.19 0.86 0.68 47.14 0.76 0.18
Hex 51 42 B 0 13 56 44 2F 4C 12
Octal 121 102 13 0 23 126 104 57 114 22
Binary 1010001 1000010 1011 0 10011 1010110 1000100 101111 1001100 10010

Color Harmonies of #51420B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51420B

Black with #51420B

Text Example


Text Example

White with #51420B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51420B; }

 p { color: rgb(81,66,11); }

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

background-color css

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

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

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

border-color css

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

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

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