Html Css Color HEX #6D2553 Pompadour

📋 copy color: '#6D2553'

red 109 ◦ green 37 ◦ blue 83

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

Shades of Pompadour #6D2553

Tints of Pompadour #6D2553

RGB

 RED value IS 109 (42.97% from 255) = 47.6%

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

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

R = 47.6%
G = 16.16%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.57

RGB Variations

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

Color information

#6D2553 (or 0x6D2553) is known color: Pompadour. HEX triplet: 6D, 25 and 53. RGB value is (109,37,83). Sum of RGB (Red+Green+Blue) = 109+37+83=229 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.60% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2553 is #92DAAC. Grayscale: #3F3F3F. Windows color (decimal): -9624237 or 5449069. OLE color: 5449069.

HSL color Cylindrical-coordinate representation of color #6D2553: hue angle of 321.67º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D2553 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 37 83 -
CMYK 0 0.66 0.24 0.57
HSL 321.67º 0.49% 0.29% -
HSV(B) 321.67º 0.66% 0.43% -
XYZ 8.53 5.2 8.74 -
YUV 63.77 138.85 160.26 -
System Red Green Blue C M Y K H S L
Decimal 109 37 83 0 0.66 0.24 0.57 321.67 0.49 0.29
Hex 6D 25 53 0 42 18 39 142 31 1D
Octal 155 45 123 0 102 30 71 502 61 35
Binary 1101101 100101 1010011 0 1000010 11000 111001 101000010 110001 11101

Color Harmonies of #6D2553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2553

Black with #6D2553

Text Example


Text Example

White with #6D2553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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