Html Css Color HEX #6E1A3E Pompadour

📋 copy color: '#6E1A3E'

red 110 ◦ green 26 ◦ blue 62

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

Shades of Pompadour #6E1A3E

Tints of Pompadour #6E1A3E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.13%

 BLUE value IS 62 (24.61% from 255) = 31.31%

R = 55.56%
G = 13.13%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.57

RGB Variations

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

Color information

#6E1A3E (or 0x6E1A3E) is known color: Pompadour. HEX triplet: 6E, 1A and 3E. RGB value is (110,26,62). Sum of RGB (Red+Green+Blue) = 110+26+62=198 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.56% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1A3E is #91E5C1. Grayscale: #373737. Windows color (decimal): -9561538 or 4069998. OLE color: 4069998.

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

Color convert

RGB 110 26 62 -
CMYK 0 0.76 0.44 0.57
HSL 334.29º 0.62% 0.27% -
HSV(B) 334.29º 0.76% 0.43% -
XYZ 7.67 4.4 5 -
YUV 55.22 131.83 167.07 -
System Red Green Blue C M Y K H S L
Decimal 110 26 62 0 0.76 0.44 0.57 334.29 0.62 0.27
Hex 6E 1A 3E 0 4C 2C 39 14E 3E 1B
Octal 156 32 76 0 114 54 71 516 76 33
Binary 1101110 11010 111110 0 1001100 101100 111001 101001110 111110 11011

Color Harmonies of #6E1A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1A3E

Black with #6E1A3E

Text Example


Text Example

White with #6E1A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,26,62); }

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

background-color css

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

 a { background-color: rgb(110,26,62); }

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

border-color css

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

 span { border-color: rgb(110,26,62); }

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