Html Css Color HEX #68212A Monarch

📋 copy color: '#68212A'

red 104 ◦ green 33 ◦ blue 42

#68212A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Monarch #68212A

Tints of Monarch #68212A

RGB

 RED value IS 104 (41.02% from 255) = 58.1%

 GREEN value IS 33 (13.28% from 255) = 18.44%

 BLUE value IS 42 (16.8% from 255) = 23.46%

R = 58.1%
G = 18.44%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.59

RGB Variations

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

Color information

#68212A (or 0x68212A) is known color: Monarch. HEX triplet: 68, 21 and 2A. RGB value is (104,33,42). Sum of RGB (Red+Green+Blue) = 104+33+42=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #68212A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68212A is #97DED5. Grayscale: #373737. Windows color (decimal): -9952982 or 2761064. OLE color: 2761064.

HSL color Cylindrical-coordinate representation of color #68212A: hue angle of 352.39º 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 #68212A is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 33 42 -
CMYK 0 0.68 0.60 0.59
HSL 352.39º 0.52% 0.27% -
HSV(B) 352.39º 0.68% 0.41% -
XYZ 6.67 4.2 2.65 -
YUV 55.26 120.52 162.77 -
System Red Green Blue C M Y K H S L
Decimal 104 33 42 0 0.68 0.60 0.59 352.39 0.52 0.27
Hex 68 21 2A 0 44 3C 3B 160 34 1B
Octal 150 41 52 0 104 74 73 540 64 33
Binary 1101000 100001 101010 0 1000100 111100 111011 101100000 110100 11011

Color Harmonies of #68212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68212A

Black with #68212A

Text Example


Text Example

White with #68212A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #68212A;
 }
 .AnyTagClassName
 {
   color: #68212A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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