#69242A

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

Shades of Monarch #69242A

Tints of Monarch #69242A

Color information

#69242A (or 0x69242A) is unknown color: approx Monarch. HEX triplet: 69, 24 and 2A. RGB value is (105,36,42). Sum of RGB (Red+Green+Blue) = 105+36+42=183 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.38% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 105 - color contains mainly: red. Hex color #69242A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69242A is #96DBD5. Grayscale: #393939. Windows color (decimal): -9886678 or 2761833. OLE color: 2761833.

HSL color Cylindrical-coordinate representation of color #69242A: hue angle of 354.78º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #69242A is Cyan = 0, Magento = 0.66, Yellow = 0.6 and Black (K on CMYK) = 0.59.

Color convert

RGB1053642-
CMYK00.660.60.59
HSL354.78º48.94%27.65%-
HSV(B)354.78º65.71%41.18%-
XYZ6.874.432.68-
YUV57.32119.36162.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.38%
GREEN value IS 36 (14.45% from 255) = 19.67%
BLUE value IS 42 (16.80% from 255) = 22.95%
R=57.38%
G=19.67%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.6
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105364200.660.60.59354.7848.9427.65
Hex69242A0423C3B163311c
Octal1514452010274735436134
Binary11010011001001010100100001011110011101110110001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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