#63130D

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

Shades of Red Oxide #63130D

Tints of Red Oxide #63130D

Color information

#63130D (or 0x63130D) is unknown color: approx Red Oxide. HEX triplet: 63, 13 and 0D. RGB value is (99,19,13). Sum of RGB (Red+Green+Blue) = 99+19+13=131 (17% of max value = 765). Red value is 99 (39.06% from 255 or 75.57% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 99 - color contains mainly: red. Hex color #63130D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63130D is #9CECF2. Grayscale: #2A2A2A. Windows color (decimal): -10284275 or 856931. OLE color: 856931.

HSL color Cylindrical-coordinate representation of color #63130D: hue angle of 4.19º 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 #63130D is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.61.

Color convert

RGB991913-
CMYK00.810.870.61
HSL4.19º76.79%21.96%-
HSV(B)4.19º86.87%38.82%-
XYZ5.453.150.7-
YUV42.24111.5168.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 75.57%
GREEN value IS 19 (7.81% from 255) = 14.50%
BLUE value IS 13 (5.47% from 255) = 9.92%
R=75.57%
G=14.50%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.87
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99191300.810.870.614.1976.7921.96
Hex6313D051573D44d16
Octal1432315012112775411526
Binary1100011100111101010100011010111111101100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63130D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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