#691311

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

Shades of Red Oxide #691311

Tints of Red Oxide #691311

Color information

#691311 (or 0x691311) is unknown color: approx Red Oxide. HEX triplet: 69, 13 and 11. RGB value is (105,19,17). Sum of RGB (Red+Green+Blue) = 105+19+17=141 (18% of max value = 765). Red value is 105 (41.41% from 255 or 74.47% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 105 - color contains mainly: red. Hex color #691311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691311 is #96ECEE. Grayscale: #2C2C2C. Windows color (decimal): -9891055 or 1119081. OLE color: 1119081.

HSL color Cylindrical-coordinate representation of color #691311: hue angle of 1.36º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #691311 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB1051917-
CMYK00.820.840.59
HSL1.36º72.13%23.92%-
HSV(B)1.36º83.81%41.18%-
XYZ6.163.510.88-
YUV44.49112.49171.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 74.47%
GREEN value IS 19 (7.81% from 255) = 13.48%
BLUE value IS 17 (7.03% from 255) = 12.06%
R=74.47%
G=13.48%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105191700.820.840.591.3672.1323.92
Hex691311052543B14818
Octal1512321012212473111030
Binary110100110011100010101001010101001110111100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691311; }

 p { color: rgb(105,19,17); }

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

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

 a { background-color: rgb(105,19,17); }

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

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

 span { border-color: rgb(105,19,17); }

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