#641305

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

Shades of Red Oxide #641305

Tints of Red Oxide #641305

Color information

#641305 (or 0x641305) is unknown color: approx Red Oxide. HEX triplet: 64, 13 and 05. RGB value is (100,19,5). Sum of RGB (Red+Green+Blue) = 100+19+5=124 (16% of max value = 765). Red value is 100 (39.45% from 255 or 80.65% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 100 - color contains mainly: red. Hex color #641305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641305 is #9BECFA. Grayscale: #292929. Windows color (decimal): -10218747 or 332644. OLE color: 332644.

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

Color convert

RGB100195-
CMYK00.810.950.61
HSL8.84º90.48%20.59%-
HSV(B)8.84º95%39.22%-
XYZ5.523.190.47-
YUV41.62107.34169.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 80.65%
GREEN value IS 19 (7.81% from 255) = 15.32%
BLUE value IS 5 (2.34% from 255) = 4.03%
R=80.65%
G=15.32%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10019500.810.950.618.8490.4820.59
Hex641350515F3D95a15
Octal1442350121137751113225
Binary1100100100111010101000110111111111011001101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641305; }

 p { color: rgb(100,19,5); }

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

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

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

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

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

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

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