Html Css Color HEX #474103 Madras

📋 copy color: '#474103'

red 71 ◦ green 65 ◦ blue 3

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

Shades of Madras #474103

Tints of Madras #474103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.16%

R = 51.08%
G = 46.76%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#474103 (or 0x474103) is known color: Madras. HEX triplet: 47, 41 and 03. RGB value is (71,65,3). Sum of RGB (Red+Green+Blue) = 71+65+3=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #474103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474103 is #B8BEFC. Grayscale: #3B3B3B. Windows color (decimal): -12107517 or 213319. OLE color: 213319.

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

Color convert

RGB 71 65 3 -
CMYK 0 0.08 0.96 0.72
HSL 54.71º 0.92% 0.15% -
HSV(B) 54.71º 0.96% 0.28% -
XYZ 4.51 5.13 0.84 -
YUV 59.73 95.99 136.04 -
System Red Green Blue C M Y K H S L
Decimal 71 65 3 0 0.08 0.96 0.72 54.71 0.92 0.15
Hex 47 41 3 0 8 60 48 37 5C F
Octal 107 101 3 0 10 140 110 67 134 17
Binary 1000111 1000001 11 0 1000 1100000 1001000 110111 1011100 1111

Color Harmonies of #474103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474103

Black with #474103

Text Example


Text Example

White with #474103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474103; }

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

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

background-color css

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

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

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

border-color css

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

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

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