Html Css Color HEX #612430 Monarch

📋 copy color: '#612430'

red 97 ◦ green 36 ◦ blue 48

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

Shades of Monarch #612430

Tints of Monarch #612430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 26.52%

R = 53.59%
G = 19.89%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#612430 (or 0x612430) is known color: Monarch. HEX triplet: 61, 24 and 30. RGB value is (97,36,48). Sum of RGB (Red+Green+Blue) = 97+36+48=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #612430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612430 is #9EDBCF. Grayscale: #373737. Windows color (decimal): -10410960 or 3155041. OLE color: 3155041.

HSL color Cylindrical-coordinate representation of color #612430: hue angle of 348.2º 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 #612430 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 36 48 -
CMYK 0 0.63 0.51 0.62
HSL 348.2º 0.46% 0.26% -
HSV(B) 348.2º 0.63% 0.38% -
XYZ 6.09 4.02 3.25 -
YUV 55.61 123.71 157.52 -
System Red Green Blue C M Y K H S L
Decimal 97 36 48 0 0.63 0.51 0.62 348.2 0.46 0.26
Hex 61 24 30 0 3F 33 3E 15C 2E 1A
Octal 141 44 60 0 77 63 76 534 56 32
Binary 1100001 100100 110000 0 111111 110011 111110 101011100 101110 11010

Color Harmonies of #612430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612430

Black with #612430

Text Example


Text Example

White with #612430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612430; }

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

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

background-color css

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

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

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

border-color css

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

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

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