Html Css Color HEX #471D1D Red Oxide

📋 copy color: '#471D1D'

red 71 ◦ green 29 ◦ blue 29

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

Shades of Red Oxide #471D1D

Tints of Red Oxide #471D1D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 22.48%

 BLUE value IS 29 (11.72% from 255) = 22.48%

R = 55.04%
G = 22.48%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#471D1D (or 0x471D1D) is known color: Red Oxide. HEX triplet: 47, 1D and 1D. RGB value is (71,29,29). Sum of RGB (Red+Green+Blue) = 71+29+29=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #471D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D1D is #B8E2E2. Grayscale: #292929. Windows color (decimal): -12116707 or 1908039. OLE color: 1908039.

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

Color convert

RGB 71 29 29 -
CMYK 0 0.59 0.59 0.72
HSL 0.42% 0.2% -
HSV(B) 0.59% 0.28% -
XYZ 3.26 2.31 1.44 -
YUV 41.56 120.91 149 -
System Red Green Blue C M Y K H S L
Decimal 71 29 29 0 0.59 0.59 0.72 0 0.42 0.2
Hex 47 1D 1D 0 3B 3B 48 0 2A 14
Octal 107 35 35 0 73 73 110 0 52 24
Binary 1000111 11101 11101 0 111011 111011 1001000 0 101010 10100

Color Harmonies of #471D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471D1D

Black with #471D1D

Text Example


Text Example

White with #471D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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