Html Css Color HEX #6E2441 Pompadour

📋 copy color: '#6E2441'

red 110 ◦ green 36 ◦ blue 65

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

Shades of Pompadour #6E2441

Tints of Pompadour #6E2441

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.06%

 BLUE value IS 65 (25.78% from 255) = 30.81%

R = 52.13%
G = 17.06%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.57

RGB Variations

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

Color information

#6E2441 (or 0x6E2441) is known color: Pompadour. HEX triplet: 6E, 24 and 41. RGB value is (110,36,65). Sum of RGB (Red+Green+Blue) = 110+36+65=211 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.13% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2441 is #91DBBE. Grayscale: #3D3D3D. Windows color (decimal): -9558975 or 4269166. OLE color: 4269166.

HSL color Cylindrical-coordinate representation of color #6E2441: hue angle of 336.49º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E2441 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 36 65 -
CMYK 0 0.67 0.41 0.57
HSL 336.49º 0.51% 0.29% -
HSV(B) 336.49º 0.67% 0.43% -
XYZ 8.02 4.96 5.54 -
YUV 61.43 130.02 162.64 -
System Red Green Blue C M Y K H S L
Decimal 110 36 65 0 0.67 0.41 0.57 336.49 0.51 0.29
Hex 6E 24 41 0 43 29 39 150 33 1D
Octal 156 44 101 0 103 51 71 520 63 35
Binary 1101110 100100 1000001 0 1000011 101001 111001 101010000 110011 11101

Color Harmonies of #6E2441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2441

Black with #6E2441

Text Example


Text Example

White with #6E2441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,36,65); }

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

background-color css

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

 a { background-color: rgb(110,36,65); }

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

border-color css

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

 span { border-color: rgb(110,36,65); }

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