Html Css Color HEX #51421C Madras

📋 copy color: '#51421C'

red 81 ◦ green 66 ◦ blue 28

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

Shades of Madras #51421C

Tints of Madras #51421C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.71%

 BLUE value IS 28 (11.33% from 255) = 16%

R = 46.29%
G = 37.71%
B = 16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#51421C (or 0x51421C) is known color: Madras. HEX triplet: 51, 42 and 1C. RGB value is (81,66,28). Sum of RGB (Red+Green+Blue) = 81+66+28=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #51421C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51421C is #AEBDE3. Grayscale: #424242. Windows color (decimal): -11451876 or 1851985. OLE color: 1851985.

HSL color Cylindrical-coordinate representation of color #51421C: hue angle of 43.02º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51421C is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 66 28 -
CMYK 0 0.19 0.65 0.68
HSL 43.02º 0.49% 0.21% -
HSV(B) 43.02º 0.65% 0.32% -
XYZ 5.55 5.73 1.91 -
YUV 66.15 106.47 138.59 -
System Red Green Blue C M Y K H S L
Decimal 81 66 28 0 0.19 0.65 0.68 43.02 0.49 0.21
Hex 51 42 1C 0 13 41 44 2B 31 15
Octal 121 102 34 0 23 101 104 53 61 25
Binary 1010001 1000010 11100 0 10011 1000001 1000100 101011 110001 10101

Color Harmonies of #51421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51421C

Black with #51421C

Text Example


Text Example

White with #51421C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51421C; }

 p { color: rgb(81,66,28); }

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

background-color css

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

 a { background-color: rgb(81,66,28); }

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

border-color css

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

 span { border-color: rgb(81,66,28); }

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