#63241E

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

Shades of Red Oxide #63241E

Tints of Red Oxide #63241E

Color information

#63241E (or 0x63241E) is unknown color: approx Red Oxide. HEX triplet: 63, 24 and 1E. RGB value is (99,36,30). Sum of RGB (Red+Green+Blue) = 99+36+30=165 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 99 - color contains mainly: red. Hex color #63241E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63241E is #9CDBE1. Grayscale: #363636. Windows color (decimal): -10279906 or 1975395. OLE color: 1975395.

HSL color Cylindrical-coordinate representation of color #63241E: hue angle of 5.22º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #63241E is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB993630-
CMYK00.640.700.61
HSL5.22º53.49%25.29%-
HSV(B)5.22º69.7%38.82%-
XYZ6.014.011.69-
YUV54.15114.37159.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 60%
GREEN value IS 36 (14.45% from 255) = 21.82%
BLUE value IS 30 (12.11% from 255) = 18.18%
R=60%
G=21.82%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99363000.640.700.615.2253.4925.29
Hex63241E040463D53519
Octal143443601001067556531
Binary11000111001001111001000000100011011110110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63241E; }

 p { color: rgb(99,36,30); }

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

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

 a { background-color: rgb(99,36,30); }

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

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

 span { border-color: rgb(99,36,30); }

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