#63190B

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

Shades of Red Oxide #63190B

Tints of Red Oxide #63190B

Color information

#63190B (or 0x63190B) is unknown color: approx Red Oxide. HEX triplet: 63, 19 and 0B. RGB value is (99,25,11). Sum of RGB (Red+Green+Blue) = 99+25+11=135 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.33% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 99 - color contains mainly: red. Hex color #63190B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63190B is #9CE6F4. Grayscale: #2D2D2D. Windows color (decimal): -10282741 or 727395. OLE color: 727395.

HSL color Cylindrical-coordinate representation of color #63190B: hue angle of 9.55º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #63190B is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB992511-
CMYK00.750.890.61
HSL9.55º80%21.57%-
HSV(B)9.55º88.89%38.82%-
XYZ5.553.370.67-
YUV45.53108.52166.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 73.33%
GREEN value IS 25 (10.16% from 255) = 18.52%
BLUE value IS 11 (4.69% from 255) = 8.15%
R=73.33%
G=18.52%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99251100.750.890.619.558021.57
Hex6319B04B593Da5016
Octal14331130113131751212026
Binary11000111100110110100101110110011111011010101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63190B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63190B; }

 p { color: rgb(99,25,11); }

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

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

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

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

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

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

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