#481D1D

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

Shades of Red Oxide #481D1D

Tints of Red Oxide #481D1D

Color information

#481D1D (or 0x481D1D) is unknown color: approx Red Oxide. HEX triplet: 48, 1D and 1D. RGB value is (72,29,29). Sum of RGB (Red+Green+Blue) = 72+29+29=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 29 (11.72% from 255 or 22.31% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #481D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D1D is #B7E2E2. Grayscale: #292929. Windows color (decimal): -12051171 or 1908040. OLE color: 1908040.

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

Color convert

RGB722929-
CMYK00.600.600.72
HSL42.57%19.8%-
HSV(B)59.72%28.24%-
XYZ3.332.351.44-
YUV41.86120.75149.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.38%
GREEN value IS 29 (11.72% from 255) = 22.31%
BLUE value IS 29 (11.72% from 255) = 22.31%
R=55.38%
G=22.31%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72292900.600.600.72042.5719.8
Hex481D1D03C3C4802b14
Octal11035350747411005324
Binary1001000111011110101111001111001001000010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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