Html Css Color HEX #6E2530 Monarch

📋 copy color: '#6E2530'

red 110 ◦ green 37 ◦ blue 48

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

Shades of Monarch #6E2530

Tints of Monarch #6E2530

RGB

 RED value IS 110 (43.36% from 255) = 56.41%

 GREEN value IS 37 (14.84% from 255) = 18.97%

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

R = 56.41%
G = 18.97%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.57

RGB Variations

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

Color information

#6E2530 (or 0x6E2530) is known color: Monarch. HEX triplet: 6E, 25 and 30. RGB value is (110,37,48). Sum of RGB (Red+Green+Blue) = 110+37+48=195 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.41% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2530 is #91DACF. Grayscale: #3C3C3C. Windows color (decimal): -9558736 or 3155310. OLE color: 3155310.

HSL color Cylindrical-coordinate representation of color #6E2530: hue angle of 350.96º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E2530 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 37 48 -
CMYK 0 0.66 0.56 0.57
HSL 350.96º 0.5% 0.29% -
HSV(B) 350.96º 0.66% 0.43% -
XYZ 7.63 4.85 3.33 -
YUV 60.08 121.18 163.61 -
System Red Green Blue C M Y K H S L
Decimal 110 37 48 0 0.66 0.56 0.57 350.96 0.5 0.29
Hex 6E 25 30 0 42 38 39 15F 32 1D
Octal 156 45 60 0 102 70 71 537 62 35
Binary 1101110 100101 110000 0 1000010 111000 111001 101011111 110010 11101

Color Harmonies of #6E2530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2530

Black with #6E2530

Text Example


Text Example

White with #6E2530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E2530; }

 p { color: rgb(110,37,48); }

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

background-color css

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

 a { background-color: rgb(110,37,48); }

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

border-color css

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

 span { border-color: rgb(110,37,48); }

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