#641B09

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

Shades of Red Oxide #641B09

Tints of Red Oxide #641B09

Color information

#641B09 (or 0x641B09) is unknown color: approx Red Oxide. HEX triplet: 64, 1B and 09. RGB value is (100,27,9). Sum of RGB (Red+Green+Blue) = 100+27+9=136 (18% of max value = 765). Red value is 100 (39.45% from 255 or 73.53% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 100 - color contains mainly: red. Hex color #641B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641B09 is #9BE4F6. Grayscale: #2E2E2E. Windows color (decimal): -10216695 or 596836. OLE color: 596836.

HSL color Cylindrical-coordinate representation of color #641B09: hue angle of 11.87º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #641B09 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.61.

Color convert

RGB100279-
CMYK00.730.910.61
HSL11.87º83.49%21.37%-
HSV(B)11.87º91%39.22%-
XYZ5.73.510.64-
YUV46.78106.68165.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 73.53%
GREEN value IS 27 (10.94% from 255) = 19.85%
BLUE value IS 9 (3.91% from 255) = 6.62%
R=73.53%
G=19.85%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.91
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10027900.730.910.6111.8783.4921.37
Hex641B90495B3Dc5315
Octal14433110111133751412325
Binary11001001101110010100100110110111111011100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,27,9); }

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

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

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

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

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

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

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