Html Css Color HEX #6E1E3C Pompadour

📋 copy color: '#6E1E3C'

red 110 ◦ green 30 ◦ blue 60

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

Shades of Pompadour #6E1E3C

Tints of Pompadour #6E1E3C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15%

 BLUE value IS 60 (23.83% from 255) = 30%

R = 55%
G = 15%
B = 30%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.45

 K value IS 0.57

RGB Variations

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

Color information

#6E1E3C (or 0x6E1E3C) is known color: Pompadour. HEX triplet: 6E, 1E and 3C. RGB value is (110,30,60). Sum of RGB (Red+Green+Blue) = 110+30+60=200 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55% from 200); Green value is 30 (12.11% from 255 or 15% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1E3C is #91E1C3. Grayscale: #393939. Windows color (decimal): -9560516 or 3939950. OLE color: 3939950.

HSL color Cylindrical-coordinate representation of color #6E1E3C: hue angle of 337.5º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6E1E3C is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 30 60 -
CMYK 0 0.73 0.45 0.57
HSL 337.5º 0.57% 0.27% -
HSV(B) 337.5º 0.73% 0.43% -
XYZ 7.71 4.57 4.75 -
YUV 57.34 129.5 165.56 -
System Red Green Blue C M Y K H S L
Decimal 110 30 60 0 0.73 0.45 0.57 337.5 0.57 0.27
Hex 6E 1E 3C 0 49 2D 39 152 39 1B
Octal 156 36 74 0 111 55 71 522 71 33
Binary 1101110 11110 111100 0 1001001 101101 111001 101010010 111001 11011

Color Harmonies of #6E1E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1E3C

Black with #6E1E3C

Text Example


Text Example

White with #6E1E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,30,60); }

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

background-color css

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

 a { background-color: rgb(110,30,60); }

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

border-color css

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

 span { border-color: rgb(110,30,60); }

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