Html Css Color HEX #61242F Monarch

📋 copy color: '#61242F'

red 97 ◦ green 36 ◦ blue 47

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

Shades of Monarch #61242F

Tints of Monarch #61242F

RGB

 RED value IS 97 (38.28% from 255) = 53.89%

 GREEN value IS 36 (14.45% from 255) = 20%

 BLUE value IS 47 (18.75% from 255) = 26.11%

R = 53.89%
G = 20%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#61242F (or 0x61242F) is known color: Monarch. HEX triplet: 61, 24 and 2F. RGB value is (97,36,47). Sum of RGB (Red+Green+Blue) = 97+36+47=180 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.89% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 97 - color contains mainly: red. Hex color #61242F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61242F is #9EDBD0. Grayscale: #373737. Windows color (decimal): -10410961 or 3089505. OLE color: 3089505.

HSL color Cylindrical-coordinate representation of color #61242F: hue angle of 349.18º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #61242F is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 36 47 -
CMYK 0 0.63 0.52 0.62
HSL 349.18º 0.46% 0.26% -
HSV(B) 349.18º 0.63% 0.38% -
XYZ 6.07 4.01 3.14 -
YUV 55.49 123.21 157.61 -
System Red Green Blue C M Y K H S L
Decimal 97 36 47 0 0.63 0.52 0.62 349.18 0.46 0.26
Hex 61 24 2F 0 3F 34 3E 15D 2E 1A
Octal 141 44 57 0 77 64 76 535 56 32
Binary 1100001 100100 101111 0 111111 110100 111110 101011101 101110 11010

Color Harmonies of #61242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61242F

Black with #61242F

Text Example


Text Example

White with #61242F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61242F; }

 p { color: rgb(97,36,47); }

 H1.HeaderClassName
 {
   color: #61242F;
 }
 .AnyTagClassName
 {
   color: #61242F;
 }
</style>

background-color css

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

 a { background-color: rgb(97,36,47); }

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

border-color css

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

 span { border-color: rgb(97,36,47); }

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