Html Css Color HEX #6E1745 Pompadour

📋 copy color: '#6E1745'

red 110 ◦ green 23 ◦ blue 69

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

Shades of Pompadour #6E1745

Tints of Pompadour #6E1745

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.39%

 BLUE value IS 69 (27.34% from 255) = 34.16%

R = 54.46%
G = 11.39%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.57

RGB Variations

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

Color information

#6E1745 (or 0x6E1745) is known color: Pompadour. HEX triplet: 6E, 17 and 45. RGB value is (110,23,69). Sum of RGB (Red+Green+Blue) = 110+23+69=202 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.46% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1745 is #91E8BA. Grayscale: #363636. Windows color (decimal): -9562299 or 4527982. OLE color: 4527982.

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

Color convert

RGB 110 23 69 -
CMYK 0 0.79 0.37 0.57
HSL 328.28º 0.65% 0.26% -
HSV(B) 328.28º 0.79% 0.43% -
XYZ 7.81 4.36 6.06 -
YUV 54.26 136.32 167.76 -
System Red Green Blue C M Y K H S L
Decimal 110 23 69 0 0.79 0.37 0.57 328.28 0.65 0.26
Hex 6E 17 45 0 4F 25 39 148 41 1A
Octal 156 27 105 0 117 45 71 510 101 32
Binary 1101110 10111 1000101 0 1001111 100101 111001 101001000 1000001 11010

Color Harmonies of #6E1745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1745

Black with #6E1745

Text Example


Text Example

White with #6E1745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,23,69); }

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

background-color css

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

 a { background-color: rgb(110,23,69); }

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

border-color css

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

 span { border-color: rgb(110,23,69); }

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