#662323

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

Shades of Red Oxide #662323

Tints of Red Oxide #662323

Color information

#662323 (or 0x662323) is unknown color: approx Red Oxide. HEX triplet: 66, 23 and 23. RGB value is (102,35,35). Sum of RGB (Red+Green+Blue) = 102+35+35=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #662323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662323 is #99DCDC. Grayscale: #373737. Windows color (decimal): -10083549 or 2302822. OLE color: 2302822.

HSL color Cylindrical-coordinate representation of color #662323: hue angle of 0º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #662323 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.6.

Color convert

RGB1023535-
CMYK00.660.660.6
HSL48.91%26.86%-
HSV(B)65.69%40%-
XYZ6.384.152.05-
YUV55.03116.7161.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 59.30%
GREEN value IS 35 (14.06% from 255) = 20.35%
BLUE value IS 35 (14.06% from 255) = 20.35%
R=59.30%
G=20.35%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.66
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102353500.660.660.6048.9126.86
Hex662323042423C0311b
Octal146434301021027406133
Binary1100110100011100011010000101000010111100011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662323; }

 p { color: rgb(102,35,35); }

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

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

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

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

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

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

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