#481A19

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

Shades of Red Oxide #481A19

Tints of Red Oxide #481A19

Color information

#481A19 (or 0x481A19) is unknown color: approx Red Oxide. HEX triplet: 48, 1A and 19. RGB value is (72,26,25). Sum of RGB (Red+Green+Blue) = 72+26+25=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #481A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481A19 is #B7E5E6. Grayscale: #272727. Windows color (decimal): -12051943 or 1645128. OLE color: 1645128.

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

Color convert

RGB722625-
CMYK00.640.650.72
HSL1.28º48.45%19.02%-
HSV(B)1.28º65.28%28.24%-
XYZ3.222.191.17-
YUV39.64119.74151.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 58.54%
GREEN value IS 26 (10.55% from 255) = 21.14%
BLUE value IS 25 (10.16% from 255) = 20.33%
R=58.54%
G=21.14%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72262500.640.650.721.2848.4519.02
Hex481A19040414813013
Octal1103231010010111016023
Binary100100011010110010100000010000011001000111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,26,25); }

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

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

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

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

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

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

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