#691310

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

Shades of Red Oxide #691310

Tints of Red Oxide #691310

Color information

#691310 (or 0x691310) is unknown color: approx Red Oxide. HEX triplet: 69, 13 and 10. RGB value is (105,19,16). Sum of RGB (Red+Green+Blue) = 105+19+16=140 (18% of max value = 765). Red value is 105 (41.41% from 255 or 75% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 105 - color contains mainly: red. Hex color #691310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691310 is #96ECEF. Grayscale: #2C2C2C. Windows color (decimal): -9891056 or 1053545. OLE color: 1053545.

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

Color convert

RGB1051916-
CMYK00.820.850.59
HSL2.02º73.55%23.73%-
HSV(B)2.02º84.76%41.18%-
XYZ6.153.510.84-
YUV44.37111.99171.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 75%
GREEN value IS 19 (7.81% from 255) = 13.57%
BLUE value IS 16 (6.64% from 255) = 11.43%
R=75%
G=13.57%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105191600.820.850.592.0273.5523.73
Hex691310052553B24a18
Octal1512320012212573211230
Binary1101001100111000001010010101010111101110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691310; }

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

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

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

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

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

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

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

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