#692019

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

Shades of Red Oxide #692019

Tints of Red Oxide #692019

Color information

#692019 (or 0x692019) is unknown color: approx Red Oxide. HEX triplet: 69, 20 and 19. RGB value is (105,32,25). Sum of RGB (Red+Green+Blue) = 105+32+25=162 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.81% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 105 - color contains mainly: red. Hex color #692019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692019 is #96DFE6. Grayscale: #353535. Windows color (decimal): -9887719 or 1646697. OLE color: 1646697.

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

Color convert

RGB1053225-
CMYK00.700.760.59
HSL5.25º61.54%25.49%-
HSV(B)5.25º76.19%41.18%-
XYZ6.524.111.37-
YUV53.03112.18165.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 64.81%
GREEN value IS 32 (12.89% from 255) = 19.75%
BLUE value IS 25 (10.16% from 255) = 15.43%
R=64.81%
G=19.75%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105322500.700.760.595.2561.5425.49
Hex6920190464C3B53e19
Octal151403101061147357631
Binary11010011000001100101000110100110011101110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692019; }

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

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

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

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

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

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

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

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