Html Css Color HEX #6E2048 Pompadour

📋 copy color: '#6E2048'

red 110 ◦ green 32 ◦ blue 72

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

Shades of Pompadour #6E2048

Tints of Pompadour #6E2048

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.95%

 BLUE value IS 72 (28.52% from 255) = 33.64%

R = 51.4%
G = 14.95%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.57

RGB Variations

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

Color information

#6E2048 (or 0x6E2048) is known color: Pompadour. HEX triplet: 6E, 20 and 48. RGB value is (110,32,72). Sum of RGB (Red+Green+Blue) = 110+32+72=214 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.40% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2048 is #91DFB7. Grayscale: #3B3B3B. Windows color (decimal): -9559992 or 4726894. OLE color: 4726894.

HSL color Cylindrical-coordinate representation of color #6E2048: hue angle of 329.23º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E2048 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 32 72 -
CMYK 0 0.71 0.35 0.57
HSL 329.23º 0.55% 0.28% -
HSV(B) 329.23º 0.71% 0.43% -
XYZ 8.12 4.82 6.63 -
YUV 59.88 134.84 163.75 -
System Red Green Blue C M Y K H S L
Decimal 110 32 72 0 0.71 0.35 0.57 329.23 0.55 0.28
Hex 6E 20 48 0 47 23 39 149 37 1C
Octal 156 40 110 0 107 43 71 511 67 34
Binary 1101110 100000 1001000 0 1000111 100011 111001 101001001 110111 11100

Color Harmonies of #6E2048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2048

Black with #6E2048

Text Example


Text Example

White with #6E2048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,32,72); }

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

background-color css

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

 a { background-color: rgb(110,32,72); }

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

border-color css

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

 span { border-color: rgb(110,32,72); }

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