Html Css Color HEX #51430B Madras

📋 copy color: '#51430B'

red 81 ◦ green 67 ◦ blue 11

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

Shades of Madras #51430B

Tints of Madras #51430B

RGB

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

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

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

R = 50.94%
G = 42.14%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.68

RGB Variations

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

Color information

#51430B (or 0x51430B) is known color: Madras. HEX triplet: 51, 43 and 0B. RGB value is (81,67,11). Sum of RGB (Red+Green+Blue) = 81+67+11=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 67 (26.56% from 255 or 42.14% from 159); Blue value is 11 (4.69% from 255 or 6.92% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #51430B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51430B is #AEBCF4. Grayscale: #414141. Windows color (decimal): -11451637 or 738129. OLE color: 738129.

HSL color Cylindrical-coordinate representation of color #51430B: hue angle of 48º 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 #51430B is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 67 11 -
CMYK 0 0.17 0.86 0.68
HSL 48º 0.76% 0.18% -
HSV(B) 48º 0.86% 0.32% -
XYZ 5.46 5.79 1.15 -
YUV 64.8 97.64 139.55 -
System Red Green Blue C M Y K H S L
Decimal 81 67 11 0 0.17 0.86 0.68 48 0.76 0.18
Hex 51 43 B 0 11 56 44 30 4C 12
Octal 121 103 13 0 21 126 104 60 114 22
Binary 1010001 1000011 1011 0 10001 1010110 1000100 110000 1001100 10010

Color Harmonies of #51430B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51430B

Black with #51430B

Text Example


Text Example

White with #51430B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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