#471D1C

Color #471D1C Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #471D1C

Tints of Red Oxide #471D1C

Color information

#471D1C (or 0x471D1C) is unknown color: approx Red Oxide. HEX triplet: 47, 1D and 1C. RGB value is (71,29,28). Sum of RGB (Red+Green+Blue) = 71+29+28=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 28 (11.33% from 255 or 21.88% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #471D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D1C is #B8E2E3. Grayscale: #292929. Windows color (decimal): -12116708 or 1842503. OLE color: 1842503.

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

Color convert

RGB712928-
CMYK00.590.610.72
HSL1.4º43.43%19.41%-
HSV(B)1.4º60.56%27.84%-
XYZ3.252.31.37-
YUV41.44120.41149.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.47%
GREEN value IS 29 (11.72% from 255) = 22.66%
BLUE value IS 28 (11.33% from 255) = 21.88%
R=55.47%
G=22.66%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71292800.590.610.721.443.4319.41
Hex471D1C03B3D4812b13
Octal10735340737511015323
Binary1000111111011110001110111111011001000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #471D1C;
 }
 .AnyTagClassName
 {
   color: #471D1C;
 }
</style>
background-color css

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

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

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

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

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

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