#631515

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

Shades of Red Oxide #631515

Tints of Red Oxide #631515

Color information

#631515 (or 0x631515) is unknown color: approx Red Oxide. HEX triplet: 63, 15 and 15. RGB value is (99,21,21). Sum of RGB (Red+Green+Blue) = 99+21+21=141 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.21% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 99 - color contains mainly: red. Hex color #631515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631515 is #9CEAEA. Grayscale: #2C2C2C. Windows color (decimal): -10283755 or 1381731. OLE color: 1381731.

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

Color convert

RGB992121-
CMYK00.790.790.61
HSL65%23.53%-
HSV(B)78.79%38.82%-
XYZ5.553.241.04-
YUV44.32114.84167-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 70.21%
GREEN value IS 21 (8.59% from 255) = 14.89%
BLUE value IS 21 (8.59% from 255) = 14.89%
R=70.21%
G=14.89%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99212100.790.790.6106523.53
Hex63151504F4F3D04118
Octal1432525011711775010130
Binary110001110101101010100111110011111111010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631515; }

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

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

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

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

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

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

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

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