#631813

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

Shades of Red Oxide #631813

Tints of Red Oxide #631813

Color information

#631813 (or 0x631813) is unknown color: approx Red Oxide. HEX triplet: 63, 18 and 13. RGB value is (99,24,19). Sum of RGB (Red+Green+Blue) = 99+24+19=142 (18% of max value = 765). Red value is 99 (39.06% from 255 or 69.72% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 19 (7.81% from 255 or 13.38% from 142); Max value from RGB is 99 - color contains mainly: red. Hex color #631813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631813 is #9CE7EC. Grayscale: #2D2D2D. Windows color (decimal): -10282989 or 1251427. OLE color: 1251427.

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

Color convert

RGB992419-
CMYK00.760.810.61
HSL3.75º67.8%23.14%-
HSV(B)3.75º80.81%38.82%-
XYZ5.593.350.97-
YUV45.86112.85165.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 69.72%
GREEN value IS 24 (9.77% from 255) = 16.90%
BLUE value IS 19 (7.81% from 255) = 13.38%
R=69.72%
G=16.90%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99241900.760.810.613.7567.823.14
Hex63181304C513D44417
Octal1433023011412175410427
Binary11000111100010011010011001010001111101100100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631813; }

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

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

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

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

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

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

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

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