Html Css Color HEX #6D2852 Pompadour

📋 copy color: '#6D2852'

red 109 ◦ green 40 ◦ blue 82

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

Shades of Pompadour #6D2852

Tints of Pompadour #6D2852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.32%

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

R = 47.19%
G = 17.32%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#6D2852 (or 0x6D2852) is known color: Pompadour. HEX triplet: 6D, 28 and 52. RGB value is (109,40,82). Sum of RGB (Red+Green+Blue) = 109+40+82=231 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.19% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2852 is #92D7AD. Grayscale: #414141. Windows color (decimal): -9623470 or 5384301. OLE color: 5384301.

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

Color convert

RGB 109 40 82 -
CMYK 0 0.63 0.25 0.57
HSL 323.48º 0.46% 0.29% -
HSV(B) 323.48º 0.63% 0.43% -
XYZ 8.59 5.38 8.57 -
YUV 65.42 137.36 159.08 -
System Red Green Blue C M Y K H S L
Decimal 109 40 82 0 0.63 0.25 0.57 323.48 0.46 0.29
Hex 6D 28 52 0 3F 19 39 143 2E 1D
Octal 155 50 122 0 77 31 71 503 56 35
Binary 1101101 101000 1010010 0 111111 11001 111001 101000011 101110 11101

Color Harmonies of #6D2852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2852

Black with #6D2852

Text Example


Text Example

White with #6D2852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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