Html Css Color HEX #6E124B Pompadour

📋 copy color: '#6E124B'

red 110 ◦ green 18 ◦ blue 75

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

Shades of Pompadour #6E124B

Tints of Pompadour #6E124B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.87%

 BLUE value IS 75 (29.69% from 255) = 36.95%

R = 54.19%
G = 8.87%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#6E124B (or 0x6E124B) is known color: Pompadour. HEX triplet: 6E, 12 and 4B. RGB value is (110,18,75). Sum of RGB (Red+Green+Blue) = 110+18+75=203 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.19% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 110 - color contains mainly: red. Hex color #6E124B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E124B is #91EDB4. Grayscale: #333333. Windows color (decimal): -9563573 or 4919918. OLE color: 4919918.

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

Color convert

RGB 110 18 75 -
CMYK 0 0.84 0.32 0.57
HSL 322.83º 0.72% 0.25% -
HSV(B) 322.83º 0.84% 0.43% -
XYZ 7.92 4.26 7.06 -
YUV 52.01 140.98 169.37 -
System Red Green Blue C M Y K H S L
Decimal 110 18 75 0 0.84 0.32 0.57 322.83 0.72 0.25
Hex 6E 12 4B 0 54 20 39 143 48 19
Octal 156 22 113 0 124 40 71 503 110 31
Binary 1101110 10010 1001011 0 1010100 100000 111001 101000011 1001000 11001

Color Harmonies of #6E124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E124B

Black with #6E124B

Text Example


Text Example

White with #6E124B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,18,75); }

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

background-color css

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

 a { background-color: rgb(110,18,75); }

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

border-color css

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

 span { border-color: rgb(110,18,75); }

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