Html Css Color HEX #514002 Madras

📋 copy color: '#514002'

red 81 ◦ green 64 ◦ blue 2

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

Shades of Madras #514002

Tints of Madras #514002

RGB

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

 GREEN value IS 64 (25.39% from 255) = 43.54%

 BLUE value IS 2 (1.17% from 255) = 1.36%

R = 55.1%
G = 43.54%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#514002 (or 0x514002) is known color: Madras. HEX triplet: 51, 40 and 02. RGB value is (81,64,2). Sum of RGB (Red+Green+Blue) = 81+64+2=147 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.10% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 81 - color contains mainly: red. Hex color #514002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514002 is #AEBFFD. Grayscale: #3E3E3E. Windows color (decimal): -11452414 or 147537. OLE color: 147537.

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

Color convert

RGB 81 64 2 -
CMYK 0 0.21 0.98 0.68
HSL 47.09º 0.95% 0.16% -
HSV(B) 47.09º 0.98% 0.32% -
XYZ 5.24 5.42 0.83 -
YUV 62.02 94.13 141.54 -
System Red Green Blue C M Y K H S L
Decimal 81 64 2 0 0.21 0.98 0.68 47.09 0.95 0.16
Hex 51 40 2 0 15 62 44 2F 5F 10
Octal 121 100 2 0 25 142 104 57 137 20
Binary 1010001 1000000 10 0 10101 1100010 1000100 101111 1011111 10000

Color Harmonies of #514002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514002

Black with #514002

Text Example


Text Example

White with #514002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514002; }

 p { color: rgb(81,64,2); }

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

background-color css

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

 a { background-color: rgb(81,64,2); }

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

border-color css

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

 span { border-color: rgb(81,64,2); }

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