#471C1A

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

Shades of Red Oxide #471C1A

Tints of Red Oxide #471C1A

Color information

#471C1A (or 0x471C1A) is unknown color: approx Red Oxide. HEX triplet: 47, 1C and 1A. RGB value is (71,28,26). Sum of RGB (Red+Green+Blue) = 71+28+26=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 28 (11.33% from 255 or 22.4% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #471C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471C1A is #B8E3E5. Grayscale: #282828. Windows color (decimal): -12116966 or 1711175. OLE color: 1711175.

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

Color convert

RGB712826-
CMYK00.610.630.72
HSL2.67º46.39%19.02%-
HSV(B)2.67º63.38%27.84%-
XYZ3.22.241.24-
YUV40.63119.75149.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.8%
GREEN value IS 28 (11.33% from 255) = 22.4%
BLUE value IS 26 (10.55% from 255) = 20.8%
R=56.8%
G=22.4%
B=20.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71282600.610.630.722.6746.3919.02
Hex471C1A03D3F4832e13
Octal10734320757711035623
Binary10001111110011010011110111111110010001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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