Html Css Color HEX #471E1E Red Oxide

📋 copy color: '#471E1E'

red 71 ◦ green 30 ◦ blue 30

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

Shades of Red Oxide #471E1E

Tints of Red Oxide #471E1E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 22.9%

 BLUE value IS 30 (12.11% from 255) = 22.9%

R = 54.2%
G = 22.9%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#471E1E (or 0x471E1E) is known color: Red Oxide. HEX triplet: 47, 1E and 1E. RGB value is (71,30,30). Sum of RGB (Red+Green+Blue) = 71+30+30=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 30 (12.11% from 255 or 22.90% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #471E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E1E is #B8E1E1. Grayscale: #2A2A2A. Windows color (decimal): -12116450 or 1973831. OLE color: 1973831.

HSL color Cylindrical-coordinate representation of color #471E1E: hue angle of 0º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #471E1E is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 30 30 -
CMYK 0 0.58 0.58 0.72
HSL 0.41% 0.2% -
HSV(B) 0.58% 0.28% -
XYZ 3.3 2.36 1.51 -
YUV 42.26 121.08 148.5 -
System Red Green Blue C M Y K H S L
Decimal 71 30 30 0 0.58 0.58 0.72 0 0.41 0.2
Hex 47 1E 1E 0 3A 3A 48 0 29 14
Octal 107 36 36 0 72 72 110 0 51 24
Binary 1000111 11110 11110 0 111010 111010 1001000 0 101001 10100

Color Harmonies of #471E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E1E

Black with #471E1E

Text Example


Text Example

White with #471E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471E1E; }

 p { color: rgb(71,30,30); }

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

background-color css

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

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

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

border-color css

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

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

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