#672118

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

Shades of Red Oxide #672118

Tints of Red Oxide #672118

Color information

#672118 (or 0x672118) is unknown color: approx Red Oxide. HEX triplet: 67, 21 and 18. RGB value is (103,33,24). Sum of RGB (Red+Green+Blue) = 103+33+24=160 (21% of max value = 765). Red value is 103 (40.62% from 255 or 64.38% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 103 - color contains mainly: red. Hex color #672118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672118 is #98DEE7. Grayscale: #353535. Windows color (decimal): -10018536 or 1581415. OLE color: 1581415.

HSL color Cylindrical-coordinate representation of color #672118: hue angle of 6.84º 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 #672118 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB1033324-
CMYK00.680.770.60
HSL6.84º62.2%24.9%-
HSV(B)6.84º76.7%40.39%-
XYZ6.34.041.31-
YUV52.9111.69163.73-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 64.38%
GREEN value IS 33 (13.28% from 255) = 20.62%
BLUE value IS 24 (9.77% from 255) = 15%
R=64.38%
G=20.62%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.77
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103332400.680.770.606.8462.224.9
Hex6721180444D3C73e19
Octal147413001041157477631
Binary11001111000011100001000100100110111110011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672118; }

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

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

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

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

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

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

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

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