Html Css Color HEX #6E2341 Pompadour

📋 copy color: '#6E2341'

red 110 ◦ green 35 ◦ blue 65

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

Shades of Pompadour #6E2341

Tints of Pompadour #6E2341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.67%

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

R = 52.38%
G = 16.67%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.57

RGB Variations

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

Color information

#6E2341 (or 0x6E2341) is known color: Pompadour. HEX triplet: 6E, 23 and 41. RGB value is (110,35,65). Sum of RGB (Red+Green+Blue) = 110+35+65=210 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.38% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2341 is #91DCBE. Grayscale: #3C3C3C. Windows color (decimal): -9559231 or 4268910. OLE color: 4268910.

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

Color convert

RGB 110 35 65 -
CMYK 0 0.68 0.41 0.57
HSL 336º 0.52% 0.28% -
HSV(B) 336º 0.68% 0.43% -
XYZ 7.99 4.9 5.53 -
YUV 60.85 130.35 163.06 -
System Red Green Blue C M Y K H S L
Decimal 110 35 65 0 0.68 0.41 0.57 336 0.52 0.28
Hex 6E 23 41 0 44 29 39 150 34 1C
Octal 156 43 101 0 104 51 71 520 64 34
Binary 1101110 100011 1000001 0 1000100 101001 111001 101010000 110100 11100

Color Harmonies of #6E2341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2341

Black with #6E2341

Text Example


Text Example

White with #6E2341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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