Html Css Color HEX #6D0F4D Pompadour

📋 copy color: '#6D0F4D'

red 109 ◦ green 15 ◦ blue 77

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

Shades of Pompadour #6D0F4D

Tints of Pompadour #6D0F4D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.46%

 BLUE value IS 77 (30.47% from 255) = 38.31%

R = 54.23%
G = 7.46%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.57

RGB Variations

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

Color information

#6D0F4D (or 0x6D0F4D) is known color: Pompadour. HEX triplet: 6D, 0F and 4D. RGB value is (109,15,77). Sum of RGB (Red+Green+Blue) = 109+15+77=201 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.23% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0F4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0F4D is #92F0B2. Grayscale: #323232. Windows color (decimal): -9629875 or 5050221. OLE color: 5050221.

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

Color convert

RGB 109 15 77 -
CMYK 0 0.86 0.29 0.57
HSL 320.43º 0.76% 0.24% -
HSV(B) 320.43º 0.86% 0.43% -
XYZ 7.82 4.13 7.41 -
YUV 50.17 143.14 169.96 -
System Red Green Blue C M Y K H S L
Decimal 109 15 77 0 0.86 0.29 0.57 320.43 0.76 0.24
Hex 6D F 4D 0 56 1D 39 140 4C 18
Octal 155 17 115 0 126 35 71 500 114 30
Binary 1101101 1111 1001101 0 1010110 11101 111001 101000000 1001100 11000

Color Harmonies of #6D0F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0F4D

Black with #6D0F4D

Text Example


Text Example

White with #6D0F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,15,77); }

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

background-color css

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

 a { background-color: rgb(109,15,77); }

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

border-color css

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

 span { border-color: rgb(109,15,77); }

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