#631919

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

Shades of Red Oxide #631919

Tints of Red Oxide #631919

Color information

#631919 (or 0x631919) is unknown color: approx Red Oxide. HEX triplet: 63, 19 and 19. RGB value is (99,25,25). Sum of RGB (Red+Green+Blue) = 99+25+25=149 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.44% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 99 - color contains mainly: red. Hex color #631919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631919 is #9CE6E6. Grayscale: #2F2F2F. Windows color (decimal): -10282727 or 1644899. OLE color: 1644899.

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

Color convert

RGB992525-
CMYK00.750.750.61
HSL59.68%24.31%-
HSV(B)74.75%38.82%-
XYZ5.673.421.28-
YUV47.13115.52165-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 66.44%
GREEN value IS 25 (10.16% from 255) = 16.78%
BLUE value IS 25 (10.16% from 255) = 16.78%
R=66.44%
G=16.78%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99252500.750.750.61059.6824.31
Hex63191904B4B3D03c18
Octal143313101131137507430
Binary11000111100111001010010111001011111101011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631919; }

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

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

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

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

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

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

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

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