#6E1D3B

Color #6E1D3B Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #6E1D3B

Tints of Pompadour #6E1D3B

Color information

#6E1D3B (or 0x6E1D3B) is unknown color: approx Pompadour. HEX triplet: 6E, 1D and 3B. RGB value is (110,29,59). Sum of RGB (Red+Green+Blue) = 110+29+59=198 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.56% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1D3B is #91E2C4. Grayscale: #383838. Windows color (decimal): -9560773 or 3874158. OLE color: 3874158.

HSL color Cylindrical-coordinate representation of color #6E1D3B: hue angle of 337.78º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E1D3B is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.57.

Color convert

RGB1102959-
CMYK00.740.460.57
HSL337.78º58.27%27.25%-
HSV(B)337.78º73.64%43.14%-
XYZ7.664.514.6-
YUV56.64129.34166.06-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 55.56%
GREEN value IS 29 (11.72% from 255) = 14.65%
BLUE value IS 59 (23.44% from 255) = 29.80%
R=55.56%
G=14.65%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.46
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110295900.740.460.57337.7858.2727.25
Hex6E1D3B04A2E391523a1b
Octal1563573011256715227233
Binary1101110111011110110100101010111011100110101001011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,29,59); }

 H1.HeaderClassName
 {
   color: #6E1D3B;
 }
 .AnyTagClassName
 {
   color: #6E1D3B;
 }
</style>
background-color css

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

 a { background-color: rgb(110,29,59); }

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

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

 span { border-color: rgb(110,29,59); }

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