#641A0E

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

Shades of Red Oxide #641A0E

Tints of Red Oxide #641A0E

Color information

#641A0E (or 0x641A0E) is unknown color: approx Red Oxide. HEX triplet: 64, 1A and 0E. RGB value is (100,26,14). Sum of RGB (Red+Green+Blue) = 100+26+14=140 (18% of max value = 765). Red value is 100 (39.45% from 255 or 71.43% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 100 - color contains mainly: red. Hex color #641A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641A0E is #9BE5F1. Grayscale: #2E2E2E. Windows color (decimal): -10216946 or 924260. OLE color: 924260.

HSL color Cylindrical-coordinate representation of color #641A0E: hue angle of 8.37º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #641A0E is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB1002614-
CMYK00.740.860.61
HSL8.37º75.44%22.35%-
HSV(B)8.37º86%39.22%-
XYZ5.73.480.79-
YUV46.76109.52165.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 71.43%
GREEN value IS 26 (10.55% from 255) = 18.57%
BLUE value IS 14 (5.86% from 255) = 10%
R=71.43%
G=18.57%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100261400.740.860.618.3775.4422.35
Hex641AE04A563D84b16
Octal14432160112126751011326
Binary11001001101011100100101010101101111011000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641A0E; }

 p { color: rgb(100,26,14); }

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

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

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

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

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

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

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