#641500

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

Shades of Red Oxide #641500

Tints of Red Oxide #641500

Color information

#641500 (or 0x641500) is unknown color: approx Red Oxide. HEX triplet: 64, 15 and 00. RGB value is (100,21,0). Sum of RGB (Red+Green+Blue) = 100+21+0=121 (16% of max value = 765). Red value is 100 (39.45% from 255 or 82.64% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 100 - color contains mainly: red. Hex color #641500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641500 is #9BEAFF. Grayscale: #2A2A2A. Windows color (decimal): -10218240 or 5476. OLE color: 5476.

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

Color convert

RGB100210-
CMYK00.7910.61
HSL12.6º100%19.61%-
HSV(B)12.6º100%39.22%-
XYZ5.523.250.34-
YUV42.23104.17169.21-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 82.64%
GREEN value IS 21 (8.59% from 255) = 17.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.64%
G=17.36%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10021000.7910.6112.610019.61
Hex6415004F643Dd6414
Octal1442500117144751514424
Binary11001001010100100111111001001111011101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641500; }

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

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

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

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

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

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

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

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