Html Css Color HEX #6E2544 Pompadour

📋 copy color: '#6E2544'

red 110 ◦ green 37 ◦ blue 68

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

Shades of Pompadour #6E2544

Tints of Pompadour #6E2544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 31.63%

R = 51.16%
G = 17.21%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.57

RGB Variations

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

Color information

#6E2544 (or 0x6E2544) is known color: Pompadour. HEX triplet: 6E, 25 and 44. RGB value is (110,37,68). Sum of RGB (Red+Green+Blue) = 110+37+68=215 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.16% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2544 is #91DABB. Grayscale: #3E3E3E. Windows color (decimal): -9558716 or 4466030. OLE color: 4466030.

HSL color Cylindrical-coordinate representation of color #6E2544: hue angle of 334.52º 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 #6E2544 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 37 68 -
CMYK 0 0.66 0.38 0.57
HSL 334.52º 0.5% 0.29% -
HSV(B) 334.52º 0.66% 0.43% -
XYZ 8.14 5.06 6.02 -
YUV 62.36 131.18 161.98 -
System Red Green Blue C M Y K H S L
Decimal 110 37 68 0 0.66 0.38 0.57 334.52 0.5 0.29
Hex 6E 25 44 0 42 26 39 14F 32 1D
Octal 156 45 104 0 102 46 71 517 62 35
Binary 1101110 100101 1000100 0 1000010 100110 111001 101001111 110010 11101

Color Harmonies of #6E2544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2544

Black with #6E2544

Text Example


Text Example

White with #6E2544

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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