Html Css Color HEX #6D154D Pompadour

📋 copy color: '#6D154D'

red 109 ◦ green 21 ◦ blue 77

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

Shades of Pompadour #6D154D

Tints of Pompadour #6D154D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.14%

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

R = 52.66%
G = 10.14%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.57

RGB Variations

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

Color information

#6D154D (or 0x6D154D) is known color: Pompadour. HEX triplet: 6D, 15 and 4D. RGB value is (109,21,77). Sum of RGB (Red+Green+Blue) = 109+21+77=207 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.66% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 109 - color contains mainly: red. Hex color #6D154D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D154D is #92EAB2. Grayscale: #353535. Windows color (decimal): -9628339 or 5051757. OLE color: 5051757.

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

Color convert

RGB 109 21 77 -
CMYK 0 0.81 0.29 0.57
HSL 321.82º 0.68% 0.25% -
HSV(B) 321.82º 0.81% 0.43% -
XYZ 7.91 4.32 7.44 -
YUV 53.7 141.15 167.45 -
System Red Green Blue C M Y K H S L
Decimal 109 21 77 0 0.81 0.29 0.57 321.82 0.68 0.25
Hex 6D 15 4D 0 51 1D 39 142 44 19
Octal 155 25 115 0 121 35 71 502 104 31
Binary 1101101 10101 1001101 0 1010001 11101 111001 101000010 1000100 11001

Color Harmonies of #6D154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D154D

Black with #6D154D

Text Example


Text Example

White with #6D154D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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