Html Css Color HEX #6D2552 Pompadour

📋 copy color: '#6D2552'

red 109 ◦ green 37 ◦ blue 82

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

Shades of Pompadour #6D2552

Tints of Pompadour #6D2552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 35.96%

R = 47.81%
G = 16.23%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#6D2552 (or 0x6D2552) is known color: Pompadour. HEX triplet: 6D, 25 and 52. RGB value is (109,37,82). Sum of RGB (Red+Green+Blue) = 109+37+82=228 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.81% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2552 is #92DAAD. Grayscale: #3F3F3F. Windows color (decimal): -9624238 or 5383533. OLE color: 5383533.

HSL color Cylindrical-coordinate representation of color #6D2552: hue angle of 322.5º 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 #6D2552 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 37 82 -
CMYK 0 0.66 0.25 0.57
HSL 322.5º 0.49% 0.29% -
HSV(B) 322.5º 0.66% 0.43% -
XYZ 8.49 5.18 8.54 -
YUV 63.66 138.35 160.34 -
System Red Green Blue C M Y K H S L
Decimal 109 37 82 0 0.66 0.25 0.57 322.5 0.49 0.29
Hex 6D 25 52 0 42 19 39 142 31 1D
Octal 155 45 122 0 102 31 71 502 61 35
Binary 1101101 100101 1010010 0 1000010 11001 111001 101000010 110001 11101

Color Harmonies of #6D2552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2552

Black with #6D2552

Text Example


Text Example

White with #6D2552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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