#671105

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

Shades of Red Oxide #671105

Tints of Red Oxide #671105

Color information

#671105 (or 0x671105) is unknown color: approx Red Oxide. HEX triplet: 67, 11 and 05. RGB value is (103,17,5). Sum of RGB (Red+Green+Blue) = 103+17+5=125 (16% of max value = 765). Red value is 103 (40.62% from 255 or 82.4% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 103 - color contains mainly: red. Hex color #671105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671105 is #98EEFA. Grayscale: #292929. Windows color (decimal): -10022651 or 332135. OLE color: 332135.

HSL color Cylindrical-coordinate representation of color #671105: hue angle of 7.35º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #671105 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.60.

Color convert

RGB103175-
CMYK00.830.950.60
HSL7.35º90.74%21.18%-
HSV(B)7.35º95.15%40.39%-
XYZ5.823.30.47-
YUV41.35107.49171.98-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 82.4%
GREEN value IS 17 (7.03% from 255) = 13.6%
BLUE value IS 5 (2.34% from 255) = 4%
R=82.4%
G=13.6%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.95
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10317500.830.950.607.3590.7421.18
Hex671150535F3C75b15
Octal147215012313774713325
Binary110011110001101010100111011111111100111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671105; }

 p { color: rgb(103,17,5); }

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

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

 a { background-color: rgb(103,17,5); }

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

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

 span { border-color: rgb(103,17,5); }

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