#69202A

Color #69202A Monarch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monarch #69202A

Tints of Monarch #69202A

Color information

#69202A (or 0x69202A) is unknown color: approx Monarch. HEX triplet: 69, 20 and 2A. RGB value is (105,32,42). Sum of RGB (Red+Green+Blue) = 105+32+42=179 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.66% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 105 - color contains mainly: red. Hex color #69202A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69202A is #96DFD5. Grayscale: #363636. Windows color (decimal): -9887702 or 2760809. OLE color: 2760809.

HSL color Cylindrical-coordinate representation of color #69202A: hue angle of 351.78º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #69202A is Cyan = 0, Magento = 0.70, Yellow = 0.6 and Black (K on CMYK) = 0.59.

Color convert

RGB1053242-
CMYK00.700.60.59
HSL351.78º53.28%26.86%-
HSV(B)351.78º69.52%41.18%-
XYZ6.764.22.65-
YUV54.97120.68163.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.66%
GREEN value IS 32 (12.89% from 255) = 17.88%
BLUE value IS 42 (16.80% from 255) = 23.46%
R=58.66%
G=17.88%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.6
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105324200.700.60.59351.7853.2826.86
Hex69202A0463C3B160351b
Octal1514052010674735406533
Binary11010011000001010100100011011110011101110110000011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69202A; }

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

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

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

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

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

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

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

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