Html Css Color HEX #6B1249 Pompadour

📋 copy color: '#6B1249'

red 107 ◦ green 18 ◦ blue 73

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

Shades of Pompadour #6B1249

Tints of Pompadour #6B1249

RGB

 RED value IS 107 (42.19% from 255) = 54.04%

 GREEN value IS 18 (7.42% from 255) = 9.09%

 BLUE value IS 73 (28.91% from 255) = 36.87%

R = 54.04%
G = 9.09%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#6B1249 (or 0x6B1249) is known color: Pompadour. HEX triplet: 6B, 12 and 49. RGB value is (107,18,73). Sum of RGB (Red+Green+Blue) = 107+18+73=198 (26% of max value = 765). Red value is 107 (42.19% from 255 or 54.04% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1249 is #94EDB6. Grayscale: #323232. Windows color (decimal): -9760183 or 4788843. OLE color: 4788843.

HSL color Cylindrical-coordinate representation of color #6B1249: hue angle of 322.92º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B1249 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 18 73 -
CMYK 0 0.83 0.32 0.58
HSL 322.92º 0.71% 0.25% -
HSV(B) 322.92º 0.83% 0.42% -
XYZ 7.48 4.04 6.69 -
YUV 50.88 140.49 168.03 -
System Red Green Blue C M Y K H S L
Decimal 107 18 73 0 0.83 0.32 0.58 322.92 0.71 0.25
Hex 6B 12 49 0 53 20 3A 143 47 19
Octal 153 22 111 0 123 40 72 503 107 31
Binary 1101011 10010 1001001 0 1010011 100000 111010 101000011 1000111 11001

Color Harmonies of #6B1249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1249

Black with #6B1249

Text Example


Text Example

White with #6B1249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,18,73); }

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

background-color css

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

 a { background-color: rgb(107,18,73); }

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

border-color css

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

 span { border-color: rgb(107,18,73); }

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