Html Css Color HEX #51411F Madras

📋 copy color: '#51411F'

red 81 ◦ green 65 ◦ blue 31

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

Shades of Madras #51411F

Tints of Madras #51411F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.72%

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

R = 45.76%
G = 36.72%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#51411F (or 0x51411F) is known color: Madras. HEX triplet: 51, 41 and 1F. RGB value is (81,65,31). Sum of RGB (Red+Green+Blue) = 81+65+31=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 81 - color contains mainly: red. Hex color #51411F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51411F is #AEBEE0. Grayscale: #424242. Windows color (decimal): -11452129 or 2048337. OLE color: 2048337.

HSL color Cylindrical-coordinate representation of color #51411F: hue angle of 40.8º 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 #51411F is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 65 31 -
CMYK 0 0.20 0.62 0.68
HSL 40.8º 0.45% 0.22% -
HSV(B) 40.8º 0.62% 0.32% -
XYZ 5.53 5.63 2.09 -
YUV 65.91 108.3 138.76 -
System Red Green Blue C M Y K H S L
Decimal 81 65 31 0 0.20 0.62 0.68 40.8 0.45 0.22
Hex 51 41 1F 0 14 3E 44 29 2D 16
Octal 121 101 37 0 24 76 104 51 55 26
Binary 1010001 1000001 11111 0 10100 111110 1000100 101001 101101 10110

Color Harmonies of #51411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51411F

Black with #51411F

Text Example


Text Example

White with #51411F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51411F; }

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

 H1.HeaderClassName
 {
   color: #51411F;
 }
 .AnyTagClassName
 {
   color: #51411F;
 }
</style>

background-color css

<style>
 a { background-color: #51411F; }

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

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

border-color css

<style>
 span { border-color: #51411F; }

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

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