#641B11

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

Shades of Red Oxide #641B11

Tints of Red Oxide #641B11

Color information

#641B11 (or 0x641B11) is unknown color: approx Red Oxide. HEX triplet: 64, 1B and 11. RGB value is (100,27,17). Sum of RGB (Red+Green+Blue) = 100+27+17=144 (19% of max value = 765). Red value is 100 (39.45% from 255 or 69.44% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 100 - color contains mainly: red. Hex color #641B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641B11 is #9BE4EE. Grayscale: #2F2F2F. Windows color (decimal): -10216687 or 1121124. OLE color: 1121124.

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

Color convert

RGB1002717-
CMYK00.730.830.61
HSL7.23º70.94%22.94%-
HSV(B)7.23º83%39.22%-
XYZ5.753.530.91-
YUV47.69110.68165.31-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 69.44%
GREEN value IS 27 (10.94% from 255) = 18.75%
BLUE value IS 17 (7.03% from 255) = 11.81%
R=69.44%
G=18.75%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100271700.730.830.617.2370.9422.94
Hex641B11049533D74717
Octal1443321011112375710727
Binary11001001101110001010010011010011111101111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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