#69202B

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

Shades of Monarch #69202B

Tints of Monarch #69202B

Color information

#69202B (or 0x69202B) is unknown color: approx Monarch. HEX triplet: 69, 20 and 2B. RGB value is (105,32,43). Sum of RGB (Red+Green+Blue) = 105+32+43=180 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.33% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 43 (17.19% from 255 or 23.89% from 180); Max value from RGB is 105 - color contains mainly: red. Hex color #69202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69202B is #96DFD4. Grayscale: #373737. Windows color (decimal): -9887701 or 2826345. OLE color: 2826345.

HSL color Cylindrical-coordinate representation of color #69202B: hue angle of 350.96º 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 #69202B is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB1053243-
CMYK00.700.590.59
HSL350.96º53.28%26.86%-
HSV(B)350.96º69.52%41.18%-
XYZ6.784.212.74-
YUV55.08121.18163.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.33%
GREEN value IS 32 (12.89% from 255) = 17.78%
BLUE value IS 43 (17.19% from 255) = 23.89%
R=58.33%
G=17.78%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105324300.700.590.59350.9653.2826.86
Hex69202B0463B3B15f351b
Octal1514053010673735376533
Binary11010011000001010110100011011101111101110101111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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