#661B0D

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

Shades of Red Oxide #661B0D

Tints of Red Oxide #661B0D

Color information

#661B0D (or 0x661B0D) is unknown color: approx Red Oxide. HEX triplet: 66, 1B and 0D. RGB value is (102,27,13). Sum of RGB (Red+Green+Blue) = 102+27+13=142 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.83% from 142); Green value is 27 (10.94% from 255 or 19.01% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 102 - color contains mainly: red. Hex color #661B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661B0D is #99E4F2. Grayscale: #2F2F2F. Windows color (decimal): -10085619 or 858982. OLE color: 858982.

HSL color Cylindrical-coordinate representation of color #661B0D: hue angle of 9.44º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #661B0D is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.6.

Color convert

RGB1022713-
CMYK00.740.870.6
HSL9.44º77.39%22.55%-
HSV(B)9.44º87.25%40%-
XYZ5.943.640.77-
YUV47.83108.35166.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 71.83%
GREEN value IS 27 (10.94% from 255) = 19.01%
BLUE value IS 13 (5.47% from 255) = 9.15%
R=71.83%
G=19.01%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.87
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102271300.740.870.69.4477.3922.55
Hex661BD04A573C94d17
Octal14633150112127741111527
Binary11001101101111010100101010101111111001001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661B0D; }

 p { color: rgb(102,27,13); }

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

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

 a { background-color: rgb(102,27,13); }

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

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

 span { border-color: rgb(102,27,13); }

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