#67212D

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

Shades of Monarch #67212D

Tints of Monarch #67212D

Color information

#67212D (or 0x67212D) is unknown color: approx Monarch. HEX triplet: 67, 21 and 2D. RGB value is (103,33,45). Sum of RGB (Red+Green+Blue) = 103+33+45=181 (23% of max value = 765). Red value is 103 (40.62% from 255 or 56.91% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 103 - color contains mainly: red. Hex color #67212D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67212D is #98DED2. Grayscale: #373737. Windows color (decimal): -10018515 or 2957671. OLE color: 2957671.

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

Color convert

RGB1033345-
CMYK00.680.560.60
HSL349.71º51.47%26.67%-
HSV(B)349.71º67.96%40.39%-
XYZ6.614.162.94-
YUV55.3122.19162.02-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 56.91%
GREEN value IS 33 (13.28% from 255) = 18.23%
BLUE value IS 45 (17.97% from 255) = 24.86%
R=56.91%
G=18.23%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.56
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103334500.680.560.60349.7151.4726.67
Hex67212D044383C15e331b
Octal1474155010470745366333
Binary11001111000011011010100010011100011110010101111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67212D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,33,45); }

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

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

 a { background-color: rgb(103,33,45); }

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

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

 span { border-color: rgb(103,33,45); }

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