Html Css Color HEX #6D1A48 Pompadour

📋 copy color: '#6D1A48'

red 109 ◦ green 26 ◦ blue 72

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

Shades of Pompadour #6D1A48

Tints of Pompadour #6D1A48

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.56%

 BLUE value IS 72 (28.52% from 255) = 34.78%

R = 52.66%
G = 12.56%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#6D1A48 (or 0x6D1A48) is known color: Pompadour. HEX triplet: 6D, 1A and 48. RGB value is (109,26,72). Sum of RGB (Red+Green+Blue) = 109+26+72=207 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.66% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1A48 is #92E5B7. Grayscale: #373737. Windows color (decimal): -9627064 or 4725357. OLE color: 4725357.

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

Color convert

RGB 109 26 72 -
CMYK 0 0.76 0.34 0.57
HSL 326.75º 0.61% 0.26% -
HSV(B) 326.75º 0.76% 0.43% -
XYZ 7.85 4.46 6.58 -
YUV 56.06 137 165.76 -
System Red Green Blue C M Y K H S L
Decimal 109 26 72 0 0.76 0.34 0.57 326.75 0.61 0.26
Hex 6D 1A 48 0 4C 22 39 147 3D 1A
Octal 155 32 110 0 114 42 71 507 75 32
Binary 1101101 11010 1001000 0 1001100 100010 111001 101000111 111101 11010

Color Harmonies of #6D1A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1A48

Black with #6D1A48

Text Example


Text Example

White with #6D1A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,26,72); }

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

background-color css

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

 a { background-color: rgb(109,26,72); }

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

border-color css

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

 span { border-color: rgb(109,26,72); }

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