Html Css Color HEX #6D1852 Pompadour

📋 copy color: '#6D1852'

red 109 ◦ green 24 ◦ blue 82

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

Shades of Pompadour #6D1852

Tints of Pompadour #6D1852

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.16%

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

R = 50.7%
G = 11.16%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#6D1852 (or 0x6D1852) is known color: Pompadour. HEX triplet: 6D, 18 and 52. RGB value is (109,24,82). Sum of RGB (Red+Green+Blue) = 109+24+82=215 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.70% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1852 is #92E7AD. Grayscale: #373737. Windows color (decimal): -9627566 or 5380205. OLE color: 5380205.

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

Color convert

RGB 109 24 82 -
CMYK 0 0.78 0.25 0.57
HSL 319.06º 0.64% 0.26% -
HSV(B) 319.06º 0.78% 0.43% -
XYZ 8.16 4.51 8.42 -
YUV 56.03 142.66 165.78 -
System Red Green Blue C M Y K H S L
Decimal 109 24 82 0 0.78 0.25 0.57 319.06 0.64 0.26
Hex 6D 18 52 0 4E 19 39 13F 40 1A
Octal 155 30 122 0 116 31 71 477 100 32
Binary 1101101 11000 1010010 0 1001110 11001 111001 100111111 1000000 11010

Color Harmonies of #6D1852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1852

Black with #6D1852

Text Example


Text Example

White with #6D1852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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