Html Css Color HEX #6E143E Pompadour

📋 copy color: '#6E143E'

red 110 ◦ green 20 ◦ blue 62

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

Shades of Pompadour #6E143E

Tints of Pompadour #6E143E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.42%

 BLUE value IS 62 (24.61% from 255) = 32.29%

R = 57.29%
G = 10.42%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.57

RGB Variations

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

Color information

#6E143E (or 0x6E143E) is known color: Pompadour. HEX triplet: 6E, 14 and 3E. RGB value is (110,20,62). Sum of RGB (Red+Green+Blue) = 110+20+62=192 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.29% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 110 - color contains mainly: red. Hex color #6E143E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E143E is #91EBC1. Grayscale: #333333. Windows color (decimal): -9563074 or 4068462. OLE color: 4068462.

HSL color Cylindrical-coordinate representation of color #6E143E: hue angle of 332º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E143E is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 20 62 -
CMYK 0 0.82 0.44 0.57
HSL 332º 0.69% 0.25% -
HSV(B) 332º 0.82% 0.43% -
XYZ 7.55 4.16 4.96 -
YUV 51.7 133.82 169.58 -
System Red Green Blue C M Y K H S L
Decimal 110 20 62 0 0.82 0.44 0.57 332 0.69 0.25
Hex 6E 14 3E 0 52 2C 39 14C 45 19
Octal 156 24 76 0 122 54 71 514 105 31
Binary 1101110 10100 111110 0 1010010 101100 111001 101001100 1000101 11001

Color Harmonies of #6E143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E143E

Black with #6E143E

Text Example


Text Example

White with #6E143E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,20,62); }

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

background-color css

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

 a { background-color: rgb(110,20,62); }

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

border-color css

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

 span { border-color: rgb(110,20,62); }

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