#641515

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

Shades of Red Oxide #641515

Tints of Red Oxide #641515

Color information

#641515 (or 0x641515) is unknown color: approx Red Oxide. HEX triplet: 64, 15 and 15. RGB value is (100,21,21). Sum of RGB (Red+Green+Blue) = 100+21+21=142 (18% of max value = 765). Red value is 100 (39.45% from 255 or 70.42% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 100 - color contains mainly: red. Hex color #641515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641515 is #9BEAEA. Grayscale: #2C2C2C. Windows color (decimal): -10218219 or 1381732. OLE color: 1381732.

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

Color convert

RGB1002121-
CMYK00.790.790.61
HSL65.29%23.73%-
HSV(B)79%39.22%-
XYZ5.663.31.05-
YUV44.62114.67167.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 70.42%
GREEN value IS 21 (8.59% from 255) = 14.79%
BLUE value IS 21 (8.59% from 255) = 14.79%
R=70.42%
G=14.79%
B=14.79%

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
Decimal100212100.790.790.61065.2923.73
Hex64151504F4F3D04118
Octal1442525011711775010130
Binary110010010101101010100111110011111111010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641515; }

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

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

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

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

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

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

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

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