#471B1B

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

Shades of Red Oxide #471B1B

Tints of Red Oxide #471B1B

Color information

#471B1B (or 0x471B1B) is unknown color: approx Red Oxide. HEX triplet: 47, 1B and 1B. RGB value is (71,27,27). Sum of RGB (Red+Green+Blue) = 71+27+27=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #471B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471B1B is #B8E4E4. Grayscale: #282828. Windows color (decimal): -12117221 or 1776455. OLE color: 1776455.

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

Color convert

RGB712727-
CMYK00.620.620.72
HSL44.9%19.22%-
HSV(B)61.97%27.84%-
XYZ3.192.21.29-
YUV40.16120.58150-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.8%
GREEN value IS 27 (10.94% from 255) = 21.6%
BLUE value IS 27 (10.94% from 255) = 21.6%
R=56.8%
G=21.6%
B=21.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71272700.620.620.72044.919.22
Hex471B1B03E3E4802d13
Octal10733330767611005523
Binary1000111110111101101111101111101001000010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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