Html Css Color HEX #6E2448 Pompadour

📋 copy color: '#6E2448'

red 110 ◦ green 36 ◦ blue 72

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

Shades of Pompadour #6E2448

Tints of Pompadour #6E2448

RGB

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

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

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

R = 50.46%
G = 16.51%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.57

RGB Variations

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

Color information

#6E2448 (or 0x6E2448) is known color: Pompadour. HEX triplet: 6E, 24 and 48. RGB value is (110,36,72). Sum of RGB (Red+Green+Blue) = 110+36+72=218 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.46% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2448 is #91DBB7. Grayscale: #3E3E3E. Windows color (decimal): -9558968 or 4727918. OLE color: 4727918.

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

Color convert

RGB 110 36 72 -
CMYK 0 0.67 0.35 0.57
HSL 330.81º 0.51% 0.29% -
HSV(B) 330.81º 0.67% 0.43% -
XYZ 8.23 5.04 6.67 -
YUV 62.23 133.52 162.07 -
System Red Green Blue C M Y K H S L
Decimal 110 36 72 0 0.67 0.35 0.57 330.81 0.51 0.29
Hex 6E 24 48 0 43 23 39 14B 33 1D
Octal 156 44 110 0 103 43 71 513 63 35
Binary 1101110 100100 1001000 0 1000011 100011 111001 101001011 110011 11101

Color Harmonies of #6E2448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2448

Black with #6E2448

Text Example


Text Example

White with #6E2448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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