#481919

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

Shades of Red Oxide #481919

Tints of Red Oxide #481919

Color information

#481919 (or 0x481919) is unknown color: approx Red Oxide. HEX triplet: 48, 19 and 19. RGB value is (72,25,25). Sum of RGB (Red+Green+Blue) = 72+25+25=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #481919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481919 is #B7E6E6. Grayscale: #272727. Windows color (decimal): -12052199 or 1644872. OLE color: 1644872.

HSL color Cylindrical-coordinate representation of color #481919: hue angle of 0º 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 #481919 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB722525-
CMYK00.650.650.72
HSL48.45%19.02%-
HSV(B)65.28%28.24%-
XYZ3.22.141.16-
YUV39.05120.07151.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 59.02%
GREEN value IS 25 (10.16% from 255) = 20.49%
BLUE value IS 25 (10.16% from 255) = 20.49%
R=59.02%
G=20.49%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72252500.650.650.72048.4519.02
Hex481919041414803013
Octal1103131010110111006023
Binary100100011001110010100000110000011001000011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481919; }

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

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

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

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

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

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

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

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