Html Css Color HEX #474101 Madras

📋 copy color: '#474101'

red 71 ◦ green 65 ◦ blue 1

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

Shades of Madras #474101

Tints of Madras #474101

RGB

 RED value IS 71 (28.13% from 255) = 51.82%

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

 BLUE value IS 1 (0.78% from 255) = 0.73%

R = 51.82%
G = 47.45%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#474101 (or 0x474101) is known color: Madras. HEX triplet: 47, 41 and 01. RGB value is (71,65,1). Sum of RGB (Red+Green+Blue) = 71+65+1=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #474101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474101 is #B8BEFE. Grayscale: #3B3B3B. Windows color (decimal): -12107519 or 82247. OLE color: 82247.

HSL color Cylindrical-coordinate representation of color #474101: hue angle of 54.86º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #474101 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 65 1 -
CMYK 0 0.08 0.99 0.72
HSL 54.86º 0.97% 0.14% -
HSV(B) 54.86º 0.99% 0.28% -
XYZ 4.49 5.12 0.78 -
YUV 59.5 94.99 136.2 -
System Red Green Blue C M Y K H S L
Decimal 71 65 1 0 0.08 0.99 0.72 54.86 0.97 0.14
Hex 47 41 1 0 8 63 48 37 61 E
Octal 107 101 1 0 10 143 110 67 141 16
Binary 1000111 1000001 1 0 1000 1100011 1001000 110111 1100001 1110

Color Harmonies of #474101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474101

Black with #474101

Text Example


Text Example

White with #474101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474101; }

 p { color: rgb(71,65,1); }

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

background-color css

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

 a { background-color: rgb(71,65,1); }

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

border-color css

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

 span { border-color: rgb(71,65,1); }

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