#631815

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

Shades of Red Oxide #631815

Tints of Red Oxide #631815

Color information

#631815 (or 0x631815) is unknown color: approx Red Oxide. HEX triplet: 63, 18 and 15. RGB value is (99,24,21). Sum of RGB (Red+Green+Blue) = 99+24+21=144 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.75% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 99 - color contains mainly: red. Hex color #631815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631815 is #9CE7EA. Grayscale: #2E2E2E. Windows color (decimal): -10282987 or 1382499. OLE color: 1382499.

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

Color convert

RGB992421-
CMYK00.760.790.61
HSL2.31º65%23.53%-
HSV(B)2.31º78.79%38.82%-
XYZ5.613.361.06-
YUV46.08113.85165.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 68.75%
GREEN value IS 24 (9.77% from 255) = 16.67%
BLUE value IS 21 (8.59% from 255) = 14.58%
R=68.75%
G=16.67%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99242100.760.790.612.316523.53
Hex63181504C4F3D24118
Octal1433025011411775210130
Binary1100011110001010101001100100111111110110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631815; }

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

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

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

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

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

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

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

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