#691903

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

Shades of Red Oxide #691903

Tints of Red Oxide #691903

Color information

#691903 (or 0x691903) is unknown color: approx Red Oxide. HEX triplet: 69, 19 and 03. RGB value is (105,25,3). Sum of RGB (Red+Green+Blue) = 105+25+3=133 (17% of max value = 765). Red value is 105 (41.41% from 255 or 78.95% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 3 (1.56% from 255 or 2.26% from 133); Max value from RGB is 105 - color contains mainly: red. Hex color #691903 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691903 is #96E6FC. Grayscale: #2E2E2E. Windows color (decimal): -9889533 or 203113. OLE color: 203113.

HSL color Cylindrical-coordinate representation of color #691903: hue angle of 12.94º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #691903 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.59.

Color convert

RGB105253-
CMYK00.760.970.59
HSL12.94º94.44%21.18%-
HSV(B)12.94º97.14%41.18%-
XYZ6.193.710.48-
YUV46.41103.5169.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 78.95%
GREEN value IS 25 (10.16% from 255) = 18.80%
BLUE value IS 3 (1.56% from 255) = 2.26%
R=78.95%
G=18.80%
B=2.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10525300.760.970.5912.9494.4421.18
Hex6919304C613Bd5e15
Octal1513130114141731513625
Binary110100111001110100110011000011110111101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691903; }

 p { color: rgb(105,25,3); }

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

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

 a { background-color: rgb(105,25,3); }

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

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

 span { border-color: rgb(105,25,3); }

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