Html Css Color HEX #51430A Madras

📋 copy color: '#51430A'

red 81 ◦ green 67 ◦ blue 10

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

Shades of Madras #51430A

Tints of Madras #51430A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 42.41%

 BLUE value IS 10 (4.3% from 255) = 6.33%

R = 51.27%
G = 42.41%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.68

RGB Variations

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

Color information

#51430A (or 0x51430A) is known color: Madras. HEX triplet: 51, 43 and 0A. RGB value is (81,67,10). Sum of RGB (Red+Green+Blue) = 81+67+10=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 67 (26.56% from 255 or 42.41% from 158); Blue value is 10 (4.30% from 255 or 6.33% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #51430A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51430A is #AEBCF5. Grayscale: #404040. Windows color (decimal): -11451638 or 672593. OLE color: 672593.

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

Color convert

RGB 81 67 10 -
CMYK 0 0.17 0.88 0.68
HSL 48.17º 0.78% 0.18% -
HSV(B) 48.17º 0.88% 0.32% -
XYZ 5.46 5.79 1.12 -
YUV 64.69 97.14 139.63 -
System Red Green Blue C M Y K H S L
Decimal 81 67 10 0 0.17 0.88 0.68 48.17 0.78 0.18
Hex 51 43 A 0 11 58 44 30 4E 12
Octal 121 103 12 0 21 130 104 60 116 22
Binary 1010001 1000011 1010 0 10001 1011000 1000100 110000 1001110 10010

Color Harmonies of #51430A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51430A

Black with #51430A

Text Example


Text Example

White with #51430A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51430A; }

 p { color: rgb(81,67,10); }

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

background-color css

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

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

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

border-color css

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

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

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