#63150D

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

Shades of Red Oxide #63150D

Tints of Red Oxide #63150D

Color information

#63150D (or 0x63150D) is unknown color: approx Red Oxide. HEX triplet: 63, 15 and 0D. RGB value is (99,21,13). Sum of RGB (Red+Green+Blue) = 99+21+13=133 (17% of max value = 765). Red value is 99 (39.06% from 255 or 74.44% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 99 - color contains mainly: red. Hex color #63150D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63150D is #9CEAF2. Grayscale: #2B2B2B. Windows color (decimal): -10283763 or 857443. OLE color: 857443.

HSL color Cylindrical-coordinate representation of color #63150D: hue angle of 5.58º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #63150D is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.61.

Color convert

RGB992113-
CMYK00.790.870.61
HSL5.58º76.79%21.96%-
HSV(B)5.58º86.87%38.82%-
XYZ5.493.220.71-
YUV43.41110.84167.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 74.44%
GREEN value IS 21 (8.59% from 255) = 15.79%
BLUE value IS 13 (5.47% from 255) = 9.77%
R=74.44%
G=15.79%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.87
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99211300.790.870.615.5876.7921.96
Hex6315D04F573D64d16
Octal1432515011712775611526
Binary1100011101011101010011111010111111101110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63150D; }

 p { color: rgb(99,21,13); }

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

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

 a { background-color: rgb(99,21,13); }

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

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

 span { border-color: rgb(99,21,13); }

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