#672322

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

Shades of Red Oxide #672322

Tints of Red Oxide #672322

Color information

#672322 (or 0x672322) is unknown color: approx Red Oxide. HEX triplet: 67, 23 and 22. RGB value is (103,35,34). Sum of RGB (Red+Green+Blue) = 103+35+34=172 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.88% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 34 (13.67% from 255 or 19.77% from 172); Max value from RGB is 103 - color contains mainly: red. Hex color #672322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672322 is #98DCDD. Grayscale: #373737. Windows color (decimal): -10018014 or 2237287. OLE color: 2237287.

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

Color convert

RGB1033534-
CMYK00.660.670.60
HSL0.87º50.36%26.86%-
HSV(B)0.87º66.99%40.39%-
XYZ6.484.21.98-
YUV55.22116.03162.08-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 59.88%
GREEN value IS 35 (14.06% from 255) = 20.35%
BLUE value IS 34 (13.67% from 255) = 19.77%
R=59.88%
G=20.35%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103353400.660.670.600.8750.3626.86
Hex672322042433C1321b
Octal147434201021037416233
Binary1100111100011100010010000101000011111100111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672322; }

 p { color: rgb(103,35,34); }

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

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

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

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

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

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

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