#66221D

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

Shades of Red Oxide #66221D

Tints of Red Oxide #66221D

Color information

#66221D (or 0x66221D) is unknown color: approx Red Oxide. HEX triplet: 66, 22 and 1D. RGB value is (102,34,29). Sum of RGB (Red+Green+Blue) = 102+34+29=165 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.82% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 102 - color contains mainly: red. Hex color #66221D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66221D is #99DDE2. Grayscale: #353535. Windows color (decimal): -10083811 or 1909350. OLE color: 1909350.

HSL color Cylindrical-coordinate representation of color #66221D: hue angle of 4.11º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #66221D is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.6.

Color convert

RGB1023429-
CMYK00.670.720.6
HSL4.11º55.73%25.69%-
HSV(B)4.11º71.57%40%-
XYZ6.274.061.61-
YUV53.76114.03162.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.82%
GREEN value IS 34 (13.67% from 255) = 20.61%
BLUE value IS 29 (11.72% from 255) = 17.58%
R=61.82%
G=20.61%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102342900.670.720.64.1155.7325.69
Hex66221D043483C4381a
Octal146423501031107447032
Binary11001101000101110101000011100100011110010011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66221D; }

 p { color: rgb(102,34,29); }

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

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

 a { background-color: rgb(102,34,29); }

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

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

 span { border-color: rgb(102,34,29); }

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