Html Css Color HEX #6F1048 Pompadour

📋 copy color: '#6F1048'

red 111 ◦ green 16 ◦ blue 72

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

Shades of Pompadour #6F1048

Tints of Pompadour #6F1048

RGB

 RED value IS 111 (43.75% from 255) = 55.78%

 GREEN value IS 16 (6.64% from 255) = 8.04%

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

R = 55.78%
G = 8.04%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#6F1048 (or 0x6F1048) is known color: Pompadour. HEX triplet: 6F, 10 and 48. RGB value is (111,16,72). Sum of RGB (Red+Green+Blue) = 111+16+72=199 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.78% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1048 is #90EFB7. Grayscale: #323232. Windows color (decimal): -9498552 or 4722799. OLE color: 4722799.

HSL color Cylindrical-coordinate representation of color #6F1048: hue angle of 324.63º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F1048 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 16 72 -
CMYK 0 0.86 0.35 0.56
HSL 324.63º 0.75% 0.25% -
HSV(B) 324.63º 0.86% 0.44% -
XYZ 7.91 4.22 6.53 -
YUV 50.79 139.97 170.95 -
System Red Green Blue C M Y K H S L
Decimal 111 16 72 0 0.86 0.35 0.56 324.63 0.75 0.25
Hex 6F 10 48 0 56 23 38 145 4B 19
Octal 157 20 110 0 126 43 70 505 113 31
Binary 1101111 10000 1001000 0 1010110 100011 111000 101000101 1001011 11001

Color Harmonies of #6F1048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1048

Black with #6F1048

Text Example


Text Example

White with #6F1048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,16,72); }

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

background-color css

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

 a { background-color: rgb(111,16,72); }

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

border-color css

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

 span { border-color: rgb(111,16,72); }

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