#691902

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

Shades of Red Oxide #691902

Tints of Red Oxide #691902

Color information

#691902 (or 0x691902) is unknown color: approx Red Oxide. HEX triplet: 69, 19 and 02. RGB value is (105,25,2). Sum of RGB (Red+Green+Blue) = 105+25+2=132 (17% of max value = 765). Red value is 105 (41.41% from 255 or 79.55% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 105 - color contains mainly: red. Hex color #691902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691902 is #96E6FD. Grayscale: #2E2E2E. Windows color (decimal): -9889534 or 137577. OLE color: 137577.

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

Color convert

RGB105252-
CMYK00.760.980.59
HSL13.4º96.26%20.98%-
HSV(B)13.4º98.1%41.18%-
XYZ6.183.70.45-
YUV46.3103169.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 79.55%
GREEN value IS 25 (10.16% from 255) = 18.94%
BLUE value IS 2 (1.17% from 255) = 1.52%
R=79.55%
G=18.94%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10525200.760.980.5913.496.2620.98
Hex6919204C623Bd6015
Octal1513120114142731514025
Binary110100111001100100110011000101110111101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691902; }

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

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

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

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

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

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

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

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