Html Css Color HEX #6C2A49 Pompadour

📋 copy color: '#6C2A49'

red 108 ◦ green 42 ◦ blue 73

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

Shades of Pompadour #6C2A49

Tints of Pompadour #6C2A49

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.83%

 BLUE value IS 73 (28.91% from 255) = 32.74%

R = 48.43%
G = 18.83%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#6C2A49 (or 0x6C2A49) is known color: Pompadour. HEX triplet: 6C, 2A and 49. RGB value is (108,42,73). Sum of RGB (Red+Green+Blue) = 108+42+73=223 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.43% from 223); Green value is 42 (16.80% from 255 or 18.83% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2A49 is #93D5B6. Grayscale: #414141. Windows color (decimal): -9688503 or 4794988. OLE color: 4794988.

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

Color convert

RGB 108 42 73 -
CMYK 0 0.61 0.32 0.58
HSL 331.82º 0.44% 0.29% -
HSV(B) 331.82º 0.61% 0.42% -
XYZ 8.21 5.33 6.9 -
YUV 65.27 132.37 158.48 -
System Red Green Blue C M Y K H S L
Decimal 108 42 73 0 0.61 0.32 0.58 331.82 0.44 0.29
Hex 6C 2A 49 0 3D 20 3A 14C 2C 1D
Octal 154 52 111 0 75 40 72 514 54 35
Binary 1101100 101010 1001001 0 111101 100000 111010 101001100 101100 11101

Color Harmonies of #6C2A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2A49

Black with #6C2A49

Text Example


Text Example

White with #6C2A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,42,73); }

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

background-color css

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

 a { background-color: rgb(108,42,73); }

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

border-color css

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

 span { border-color: rgb(108,42,73); }

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