#631413

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

Shades of Red Oxide #631413

Tints of Red Oxide #631413

Color information

#631413 (or 0x631413) is unknown color: approx Red Oxide. HEX triplet: 63, 14 and 13. RGB value is (99,20,19). Sum of RGB (Red+Green+Blue) = 99+20+19=138 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.74% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 99 - color contains mainly: red. Hex color #631413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631413 is #9CEBEC. Grayscale: #2B2B2B. Windows color (decimal): -10284013 or 1250403. OLE color: 1250403.

HSL color Cylindrical-coordinate representation of color #631413: hue angle of 0.75º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #631413 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB992019-
CMYK00.800.810.61
HSL0.75º67.8%23.14%-
HSV(B)0.75º80.81%38.82%-
XYZ5.513.20.94-
YUV43.51114.17167.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 71.74%
GREEN value IS 20 (8.20% from 255) = 14.49%
BLUE value IS 19 (7.81% from 255) = 13.77%
R=71.74%
G=14.49%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99201900.800.810.610.7567.823.14
Hex631413050513D14417
Octal1432423012012175110427
Binary110001110100100110101000010100011111011100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631413; }

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

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

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

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

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

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

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

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