#6D2530

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

Shades of Monarch #6D2530

Tints of Monarch #6D2530

Color information

#6D2530 (or 0x6D2530) is unknown color: approx Monarch. HEX triplet: 6D, 25 and 30. RGB value is (109,37,48). Sum of RGB (Red+Green+Blue) = 109+37+48=194 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.19% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2530 is #92DACF. Grayscale: #3B3B3B. Windows color (decimal): -9624272 or 3155309. OLE color: 3155309.

HSL color Cylindrical-coordinate representation of color #6D2530: hue angle of 350.83º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D2530 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.57.

Color convert

RGB1093748-
CMYK00.660.560.57
HSL350.83º49.32%28.63%-
HSV(B)350.83º66.06%42.75%-
XYZ7.54.793.33-
YUV59.78121.35163.11-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 56.19%
GREEN value IS 37 (14.84% from 255) = 19.07%
BLUE value IS 48 (19.14% from 255) = 24.74%
R=56.19%
G=19.07%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109374800.660.560.57350.8349.3228.63
Hex6D2530042383915f311d
Octal1554560010270715376135
Binary11011011001011100000100001011100011100110101111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D2530; }

 p { color: rgb(109,37,48); }

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

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

 a { background-color: rgb(109,37,48); }

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

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

 span { border-color: rgb(109,37,48); }

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