Html Css Color HEX #6C1A47 Pompadour

📋 copy color: '#6C1A47'

red 108 ◦ green 26 ◦ blue 71

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

Shades of Pompadour #6C1A47

Tints of Pompadour #6C1A47

RGB

 RED value IS 108 (42.58% from 255) = 52.68%

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

 BLUE value IS 71 (28.13% from 255) = 34.63%

R = 52.68%
G = 12.68%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.58

RGB Variations

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

Color information

#6C1A47 (or 0x6C1A47) is known color: Pompadour. HEX triplet: 6C, 1A and 47. RGB value is (108,26,71). Sum of RGB (Red+Green+Blue) = 108+26+71=205 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.68% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1A47 is #93E5B8. Grayscale: #373737. Windows color (decimal): -9692601 or 4659820. OLE color: 4659820.

HSL color Cylindrical-coordinate representation of color #6C1A47: hue angle of 327.07º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C1A47 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 26 71 -
CMYK 0 0.76 0.34 0.58
HSL 327.07º 0.61% 0.26% -
HSV(B) 327.07º 0.76% 0.42% -
XYZ 7.69 4.38 6.4 -
YUV 55.65 136.67 165.34 -
System Red Green Blue C M Y K H S L
Decimal 108 26 71 0 0.76 0.34 0.58 327.07 0.61 0.26
Hex 6C 1A 47 0 4C 22 3A 147 3D 1A
Octal 154 32 107 0 114 42 72 507 75 32
Binary 1101100 11010 1000111 0 1001100 100010 111010 101000111 111101 11010

Color Harmonies of #6C1A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1A47

Black with #6C1A47

Text Example


Text Example

White with #6C1A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,26,71); }

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

background-color css

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

 a { background-color: rgb(108,26,71); }

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

border-color css

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

 span { border-color: rgb(108,26,71); }

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