#69222D

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

Shades of Monarch #69222D

Tints of Monarch #69222D

Color information

#69222D (or 0x69222D) is unknown color: approx Monarch. HEX triplet: 69, 22 and 2D. RGB value is (105,34,45). Sum of RGB (Red+Green+Blue) = 105+34+45=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #69222D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69222D is #96DDD2. Grayscale: #383838. Windows color (decimal): -9887187 or 2957929. OLE color: 2957929.

HSL color Cylindrical-coordinate representation of color #69222D: hue angle of 350.7º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #69222D is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB1053445-
CMYK00.680.570.59
HSL350.7º51.08%27.25%-
HSV(B)350.7º67.62%41.18%-
XYZ6.874.342.96-
YUV56.48121.52162.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.07%
GREEN value IS 34 (13.67% from 255) = 18.48%
BLUE value IS 45 (17.97% from 255) = 24.46%
R=57.07%
G=18.48%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105344500.680.570.59350.751.0827.25
Hex69222D044393B15f331b
Octal1514255010471735376333
Binary11010011000101011010100010011100111101110101111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69222D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69222D; }

 p { color: rgb(105,34,45); }

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

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

 a { background-color: rgb(105,34,45); }

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

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

 span { border-color: rgb(105,34,45); }

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