Html Css Color HEX #6F1750 Pompadour

📋 copy color: '#6F1750'

red 111 ◦ green 23 ◦ blue 80

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

Shades of Pompadour #6F1750

Tints of Pompadour #6F1750

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.75%

 BLUE value IS 80 (31.64% from 255) = 37.38%

R = 51.87%
G = 10.75%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#6F1750 (or 0x6F1750) is known color: Pompadour. HEX triplet: 6F, 17 and 50. RGB value is (111,23,80). Sum of RGB (Red+Green+Blue) = 111+23+80=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1750 is #90E8AF. Grayscale: #373737. Windows color (decimal): -9496752 or 5248879. OLE color: 5248879.

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

Color convert

RGB 111 23 80 -
CMYK 0 0.79 0.28 0.56
HSL 321.14º 0.66% 0.26% -
HSV(B) 321.14º 0.79% 0.44% -
XYZ 8.31 4.57 8.03 -
YUV 55.81 141.65 167.37 -
System Red Green Blue C M Y K H S L
Decimal 111 23 80 0 0.79 0.28 0.56 321.14 0.66 0.26
Hex 6F 17 50 0 4F 1C 38 141 42 1A
Octal 157 27 120 0 117 34 70 501 102 32
Binary 1101111 10111 1010000 0 1001111 11100 111000 101000001 1000010 11010

Color Harmonies of #6F1750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1750

Black with #6F1750

Text Example


Text Example

White with #6F1750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,23,80); }

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

background-color css

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

 a { background-color: rgb(111,23,80); }

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

border-color css

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

 span { border-color: rgb(111,23,80); }

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