Html Css Color HEX #6F1847 Pompadour

📋 copy color: '#6F1847'

red 111 ◦ green 24 ◦ blue 71

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

Shades of Pompadour #6F1847

Tints of Pompadour #6F1847

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.65%

 BLUE value IS 71 (28.13% from 255) = 34.47%

R = 53.88%
G = 11.65%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#6F1847 (or 0x6F1847) is known color: Pompadour. HEX triplet: 6F, 18 and 47. RGB value is (111,24,71). Sum of RGB (Red+Green+Blue) = 111+24+71=206 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.88% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1847 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1847 is #90E7B8. Grayscale: #373737. Windows color (decimal): -9496505 or 4659311. OLE color: 4659311.

HSL color Cylindrical-coordinate representation of color #6F1847: hue angle of 327.59º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F1847 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 24 71 -
CMYK 0 0.78 0.36 0.56
HSL 327.59º 0.64% 0.26% -
HSV(B) 327.59º 0.78% 0.44% -
XYZ 8.02 4.49 6.4 -
YUV 55.37 136.82 167.68 -
System Red Green Blue C M Y K H S L
Decimal 111 24 71 0 0.78 0.36 0.56 327.59 0.64 0.26
Hex 6F 18 47 0 4E 24 38 148 40 1A
Octal 157 30 107 0 116 44 70 510 100 32
Binary 1101111 11000 1000111 0 1001110 100100 111000 101001000 1000000 11010

Color Harmonies of #6F1847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1847

Black with #6F1847

Text Example


Text Example

White with #6F1847

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,24,71); }

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

background-color css

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

 a { background-color: rgb(111,24,71); }

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

border-color css

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

 span { border-color: rgb(111,24,71); }

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