#641005

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

Shades of Red Oxide #641005

Tints of Red Oxide #641005

Color information

#641005 (or 0x641005) is unknown color: approx Red Oxide. HEX triplet: 64, 10 and 05. RGB value is (100,16,5). Sum of RGB (Red+Green+Blue) = 100+16+5=121 (16% of max value = 765). Red value is 100 (39.45% from 255 or 82.64% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 5 (2.34% from 255 or 4.13% from 121); Max value from RGB is 100 - color contains mainly: red. Hex color #641005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641005 is #9BEFFA. Grayscale: #272727. Windows color (decimal): -10219515 or 331876. OLE color: 331876.

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

Color convert

RGB100165-
CMYK00.840.950.61
HSL6.95º90.48%20.59%-
HSV(B)6.95º95%39.22%-
XYZ5.473.090.45-
YUV39.86108.33170.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 82.64%
GREEN value IS 16 (6.64% from 255) = 13.22%
BLUE value IS 5 (2.34% from 255) = 4.13%
R=82.64%
G=13.22%
B=4.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10016500.840.950.616.9590.4820.59
Hex641050545F3D75a15
Octal144205012413775713225
Binary110010010000101010101001011111111101111101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641005; }

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

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

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

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

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

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

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

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