Html Css Color HEX #6C2041 Pompadour

📋 copy color: '#6C2041'

red 108 ◦ green 32 ◦ blue 65

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

Shades of Pompadour #6C2041

Tints of Pompadour #6C2041

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.61%

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

R = 52.68%
G = 15.61%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#6C2041 (or 0x6C2041) is known color: Pompadour. HEX triplet: 6C, 20 and 41. RGB value is (108,32,65). Sum of RGB (Red+Green+Blue) = 108+32+65=205 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.68% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2041 is #93DFBE. Grayscale: #3A3A3A. Windows color (decimal): -9691071 or 4268140. OLE color: 4268140.

HSL color Cylindrical-coordinate representation of color #6C2041: hue angle of 333.95º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C2041 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 32 65 -
CMYK 0 0.70 0.40 0.58
HSL 333.95º 0.54% 0.27% -
HSV(B) 333.95º 0.7% 0.42% -
XYZ 7.65 4.6 5.49 -
YUV 58.49 131.68 163.32 -
System Red Green Blue C M Y K H S L
Decimal 108 32 65 0 0.70 0.40 0.58 333.95 0.54 0.27
Hex 6C 20 41 0 46 28 3A 14E 36 1B
Octal 154 40 101 0 106 50 72 516 66 33
Binary 1101100 100000 1000001 0 1000110 101000 111010 101001110 110110 11011

Color Harmonies of #6C2041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2041

Black with #6C2041

Text Example


Text Example

White with #6C2041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,32,65); }

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

background-color css

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

 a { background-color: rgb(108,32,65); }

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

border-color css

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

 span { border-color: rgb(108,32,65); }

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