Html Css Color HEX #51410F Madras

📋 copy color: '#51410F'

red 81 ◦ green 65 ◦ blue 15

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

Shades of Madras #51410F

Tints of Madras #51410F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.32%

R = 50.31%
G = 40.37%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.68

RGB Variations

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

Color information

#51410F (or 0x51410F) is known color: Madras. HEX triplet: 51, 41 and 0F. RGB value is (81,65,15). Sum of RGB (Red+Green+Blue) = 81+65+15=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #51410F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51410F is #AEBEF0. Grayscale: #404040. Windows color (decimal): -11452145 or 999761. OLE color: 999761.

HSL color Cylindrical-coordinate representation of color #51410F: hue angle of 45.45º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #51410F is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 65 15 -
CMYK 0 0.20 0.81 0.68
HSL 45.45º 0.69% 0.19% -
HSV(B) 45.45º 0.81% 0.32% -
XYZ 5.37 5.56 1.24 -
YUV 64.08 100.3 140.07 -
System Red Green Blue C M Y K H S L
Decimal 81 65 15 0 0.20 0.81 0.68 45.45 0.69 0.19
Hex 51 41 F 0 14 51 44 2D 45 13
Octal 121 101 17 0 24 121 104 55 105 23
Binary 1010001 1000001 1111 0 10100 1010001 1000100 101101 1000101 10011

Color Harmonies of #51410F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51410F

Black with #51410F

Text Example


Text Example

White with #51410F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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