#672318

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

Shades of Red Oxide #672318

Tints of Red Oxide #672318

Color information

#672318 (or 0x672318) is unknown color: approx Red Oxide. HEX triplet: 67, 23 and 18. RGB value is (103,35,24). Sum of RGB (Red+Green+Blue) = 103+35+24=162 (21% of max value = 765). Red value is 103 (40.62% from 255 or 63.58% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 24 (9.77% from 255 or 14.81% from 162); Max value from RGB is 103 - color contains mainly: red. Hex color #672318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672318 is #98DCE7. Grayscale: #363636. Windows color (decimal): -10018024 or 1581927. OLE color: 1581927.

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

Color convert

RGB1033524-
CMYK00.660.770.60
HSL8.35º62.2%24.9%-
HSV(B)8.35º76.7%40.39%-
XYZ6.364.151.33-
YUV54.08111.03162.89-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 63.58%
GREEN value IS 35 (14.06% from 255) = 21.60%
BLUE value IS 24 (9.77% from 255) = 14.81%
R=63.58%
G=21.60%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103352400.660.770.608.3562.224.9
Hex6723180424D3C83e19
Octal1474330010211574107631
Binary110011110001111000010000101001101111100100011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672318; }

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

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

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

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

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

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

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

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