Html Css Color HEX #6C2553 Pompadour

📋 copy color: '#6C2553'

red 108 ◦ green 37 ◦ blue 83

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

Shades of Pompadour #6C2553

Tints of Pompadour #6C2553

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.23%

 BLUE value IS 83 (32.81% from 255) = 36.4%

R = 47.37%
G = 16.23%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#6C2553 (or 0x6C2553) is known color: Pompadour. HEX triplet: 6C, 25 and 53. RGB value is (108,37,83). Sum of RGB (Red+Green+Blue) = 108+37+83=228 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.37% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2553 is #93DAAC. Grayscale: #3F3F3F. Windows color (decimal): -9689773 or 5449068. OLE color: 5449068.

HSL color Cylindrical-coordinate representation of color #6C2553: hue angle of 321.13º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C2553 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 37 83 -
CMYK 0 0.66 0.23 0.58
HSL 321.13º 0.49% 0.28% -
HSV(B) 321.13º 0.66% 0.42% -
XYZ 8.41 5.14 8.73 -
YUV 63.47 139.02 159.76 -
System Red Green Blue C M Y K H S L
Decimal 108 37 83 0 0.66 0.23 0.58 321.13 0.49 0.28
Hex 6C 25 53 0 42 17 3A 141 31 1C
Octal 154 45 123 0 102 27 72 501 61 34
Binary 1101100 100101 1010011 0 1000010 10111 111010 101000001 110001 11100

Color Harmonies of #6C2553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2553

Black with #6C2553

Text Example


Text Example

White with #6C2553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,37,83); }

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

background-color css

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

 a { background-color: rgb(108,37,83); }

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

border-color css

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

 span { border-color: rgb(108,37,83); }

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