#672119

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

Shades of Red Oxide #672119

Tints of Red Oxide #672119

Color information

#672119 (or 0x672119) is unknown color: approx Red Oxide. HEX triplet: 67, 21 and 19. RGB value is (103,33,25). Sum of RGB (Red+Green+Blue) = 103+33+25=161 (21% of max value = 765). Red value is 103 (40.62% from 255 or 63.98% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 25 (10.16% from 255 or 15.53% from 161); Max value from RGB is 103 - color contains mainly: red. Hex color #672119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672119 is #98DEE6. Grayscale: #353535. Windows color (decimal): -10018535 or 1646951. OLE color: 1646951.

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

Color convert

RGB1033325-
CMYK00.680.760.60
HSL6.15º60.94%25.1%-
HSV(B)6.15º75.73%40.39%-
XYZ6.314.041.37-
YUV53.02112.19163.65-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 63.98%
GREEN value IS 33 (13.28% from 255) = 20.50%
BLUE value IS 25 (10.16% from 255) = 15.53%
R=63.98%
G=20.50%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103332500.680.760.606.1560.9425.1
Hex6721190444C3C63d19
Octal147413101041147467531
Binary11001111000011100101000100100110011110011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672119; }

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

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

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

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

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

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

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

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