Html Css Color HEX #6E2541 Pompadour

📋 copy color: '#6E2541'

red 110 ◦ green 37 ◦ blue 65

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

Shades of Pompadour #6E2541

Tints of Pompadour #6E2541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.45%

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

R = 51.89%
G = 17.45%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.57

RGB Variations

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

Color information

#6E2541 (or 0x6E2541) is known color: Pompadour. HEX triplet: 6E, 25 and 41. RGB value is (110,37,65). Sum of RGB (Red+Green+Blue) = 110+37+65=212 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.89% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2541 is #91DABE. Grayscale: #3D3D3D. Windows color (decimal): -9558719 or 4269422. OLE color: 4269422.

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

Color convert

RGB 110 37 65 -
CMYK 0 0.66 0.41 0.57
HSL 336.99º 0.5% 0.29% -
HSV(B) 336.99º 0.66% 0.43% -
XYZ 8.05 5.02 5.55 -
YUV 62.02 129.68 162.22 -
System Red Green Blue C M Y K H S L
Decimal 110 37 65 0 0.66 0.41 0.57 336.99 0.5 0.29
Hex 6E 25 41 0 42 29 39 151 32 1D
Octal 156 45 101 0 102 51 71 521 62 35
Binary 1101110 100101 1000001 0 1000010 101001 111001 101010001 110010 11101

Color Harmonies of #6E2541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2541

Black with #6E2541

Text Example


Text Example

White with #6E2541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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