Html Css Color HEX #514100 Madras

📋 copy color: '#514100'

red 81 ◦ green 65 ◦ blue 0

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

Shades of Madras #514100

Tints of Madras #514100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.48%
G = 44.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#514100 (or 0x514100) is known color: Madras. HEX triplet: 51, 41 and 00. RGB value is (81,65,0). Sum of RGB (Red+Green+Blue) = 81+65+0=146 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.48% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 81 - color contains mainly: red. Hex color #514100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514100 is #AEBEFF. Grayscale: #3E3E3E. Windows color (decimal): -11452160 or 16721. OLE color: 16721.

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

Color convert

RGB 81 65 0 -
CMYK 0 0.20 1 0.68
HSL 48.15º 1% 0.16% -
HSV(B) 48.15º 1% 0.32% -
XYZ 5.28 5.53 0.79 -
YUV 62.37 92.8 141.29 -
System Red Green Blue C M Y K H S L
Decimal 81 65 0 0 0.20 1 0.68 48.15 1 0.16
Hex 51 41 0 0 14 64 44 30 64 10
Octal 121 101 0 0 24 144 104 60 144 20
Binary 1010001 1000001 0 0 10100 1100100 1000100 110000 1100100 10000

Color Harmonies of #514100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514100

Black with #514100

Text Example


Text Example

White with #514100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514100; }

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

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

background-color css

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

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

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

border-color css

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

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

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