Html Css Color HEX #6E2748 Pompadour

📋 copy color: '#6E2748'

red 110 ◦ green 39 ◦ blue 72

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

Shades of Pompadour #6E2748

Tints of Pompadour #6E2748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.65%

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

R = 49.77%
G = 17.65%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.57

RGB Variations

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

Color information

#6E2748 (or 0x6E2748) is known color: Pompadour. HEX triplet: 6E, 27 and 48. RGB value is (110,39,72). Sum of RGB (Red+Green+Blue) = 110+39+72=221 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.77% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2748 is #91D8B7. Grayscale: #3F3F3F. Windows color (decimal): -9558200 or 4728686. OLE color: 4728686.

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

Color convert

RGB 110 39 72 -
CMYK 0 0.65 0.35 0.57
HSL 332.11º 0.48% 0.29% -
HSV(B) 332.11º 0.65% 0.43% -
XYZ 8.33 5.23 6.7 -
YUV 63.99 132.52 160.82 -
System Red Green Blue C M Y K H S L
Decimal 110 39 72 0 0.65 0.35 0.57 332.11 0.48 0.29
Hex 6E 27 48 0 41 23 39 14C 30 1D
Octal 156 47 110 0 101 43 71 514 60 35
Binary 1101110 100111 1001000 0 1000001 100011 111001 101001100 110000 11101

Color Harmonies of #6E2748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2748

Black with #6E2748

Text Example


Text Example

White with #6E2748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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