Html Css Color HEX #6D1540 Pompadour

📋 copy color: '#6D1540'

red 109 ◦ green 21 ◦ blue 64

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

Shades of Pompadour #6D1540

Tints of Pompadour #6D1540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 32.99%

R = 56.19%
G = 10.82%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.57

RGB Variations

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

Color information

#6D1540 (or 0x6D1540) is known color: Pompadour. HEX triplet: 6D, 15 and 40. RGB value is (109,21,64). Sum of RGB (Red+Green+Blue) = 109+21+64=194 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.19% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1540 is #92EABF. Grayscale: #343434. Windows color (decimal): -9628352 or 4199789. OLE color: 4199789.

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

Color convert

RGB 109 21 64 -
CMYK 0 0.81 0.41 0.57
HSL 330.68º 0.68% 0.25% -
HSV(B) 330.68º 0.81% 0.43% -
XYZ 7.5 4.16 5.26 -
YUV 52.21 134.65 168.5 -
System Red Green Blue C M Y K H S L
Decimal 109 21 64 0 0.81 0.41 0.57 330.68 0.68 0.25
Hex 6D 15 40 0 51 29 39 14B 44 19
Octal 155 25 100 0 121 51 71 513 104 31
Binary 1101101 10101 1000000 0 1010001 101001 111001 101001011 1000100 11001

Color Harmonies of #6D1540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1540

Black with #6D1540

Text Example


Text Example

White with #6D1540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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