Html Css Color HEX #6C2C50 Pompadour

📋 copy color: '#6C2C50'

red 108 ◦ green 44 ◦ blue 80

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

Shades of Pompadour #6C2C50

Tints of Pompadour #6C2C50

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.97%

 BLUE value IS 80 (31.64% from 255) = 34.48%

R = 46.55%
G = 18.97%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#6C2C50 (or 0x6C2C50) is known color: Pompadour. HEX triplet: 6C, 2C and 50. RGB value is (108,44,80). Sum of RGB (Red+Green+Blue) = 108+44+80=232 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.55% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2C50 is #93D3AF. Grayscale: #434343. Windows color (decimal): -9687984 or 5254252. OLE color: 5254252.

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

Color convert

RGB 108 44 80 -
CMYK 0 0.59 0.26 0.58
HSL 326.25º 0.42% 0.3% -
HSV(B) 326.25º 0.59% 0.42% -
XYZ 8.53 5.57 8.21 -
YUV 67.24 135.2 157.07 -
System Red Green Blue C M Y K H S L
Decimal 108 44 80 0 0.59 0.26 0.58 326.25 0.42 0.3
Hex 6C 2C 50 0 3B 1A 3A 146 2A 1E
Octal 154 54 120 0 73 32 72 506 52 36
Binary 1101100 101100 1010000 0 111011 11010 111010 101000110 101010 11110

Color Harmonies of #6C2C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2C50

Black with #6C2C50

Text Example


Text Example

White with #6C2C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,44,80); }

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

background-color css

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

 a { background-color: rgb(108,44,80); }

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

border-color css

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

 span { border-color: rgb(108,44,80); }

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