#682127

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

Shades of Monarch #682127

Tints of Monarch #682127

Color information

#682127 (or 0x682127) is unknown color: approx Monarch. HEX triplet: 68, 21 and 27. RGB value is (104,33,39). Sum of RGB (Red+Green+Blue) = 104+33+39=176 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.09% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 39 (15.62% from 255 or 22.16% from 176); Max value from RGB is 104 - color contains mainly: red. Hex color #682127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682127 is #97DED8. Grayscale: #363636. Windows color (decimal): -9952985 or 2564456. OLE color: 2564456.

HSL color Cylindrical-coordinate representation of color #682127: hue angle of 354.93º degrees, saturation: 0.52, 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 #682127 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB1043339-
CMYK00.680.620.59
HSL354.93º51.82%26.86%-
HSV(B)354.93º68.27%40.78%-
XYZ6.624.182.38-
YUV54.91119.02163.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 59.09%
GREEN value IS 33 (13.28% from 255) = 18.75%
BLUE value IS 39 (15.62% from 255) = 22.16%
R=59.09%
G=18.75%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104333900.680.620.59354.9351.8226.86
Hex6821270443E3B163341b
Octal1504147010476735436433
Binary11010001000011001110100010011111011101110110001111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682127; }

 p { color: rgb(104,33,39); }

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

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

 a { background-color: rgb(104,33,39); }

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

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

 span { border-color: rgb(104,33,39); }

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