Html Css Color HEX #6E1F42 Pompadour

📋 copy color: '#6E1F42'

red 110 ◦ green 31 ◦ blue 66

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

Shades of Pompadour #6E1F42

Tints of Pompadour #6E1F42

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.98%

 BLUE value IS 66 (26.17% from 255) = 31.88%

R = 53.14%
G = 14.98%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.4

 K value IS 0.57

RGB Variations

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

Color information

#6E1F42 (or 0x6E1F42) is known color: Pompadour. HEX triplet: 6E, 1F and 42. RGB value is (110,31,66). Sum of RGB (Red+Green+Blue) = 110+31+66=207 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.14% from 207); Green value is 31 (12.5% from 255 or 14.98% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1F42 is #91E0BD. Grayscale: #3A3A3A. Windows color (decimal): -9560254 or 4333422. OLE color: 4333422.

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

Color convert

RGB 110 31 66 -
CMYK 0 0.72 0.4 0.57
HSL 333.42º 0.56% 0.28% -
HSV(B) 333.42º 0.72% 0.43% -
XYZ 7.9 4.69 5.64 -
YUV 58.61 132.17 164.65 -
System Red Green Blue C M Y K H S L
Decimal 110 31 66 0 0.72 0.4 0.57 333.42 0.56 0.28
Hex 6E 1F 42 0 48 28 39 14D 38 1C
Octal 156 37 102 0 110 50 71 515 70 34
Binary 1101110 11111 1000010 0 1001000 101000 111001 101001101 111000 11100

Color Harmonies of #6E1F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1F42

Black with #6E1F42

Text Example


Text Example

White with #6E1F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,31,66); }

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

background-color css

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

 a { background-color: rgb(110,31,66); }

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

border-color css

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

 span { border-color: rgb(110,31,66); }

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