Html Css Color HEX #6F124F Pompadour

📋 copy color: '#6F124F'

red 111 ◦ green 18 ◦ blue 79

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

Shades of Pompadour #6F124F

Tints of Pompadour #6F124F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 37.98%

R = 53.37%
G = 8.65%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#6F124F (or 0x6F124F) is known color: Pompadour. HEX triplet: 6F, 12 and 4F. RGB value is (111,18,79). Sum of RGB (Red+Green+Blue) = 111+18+79=208 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.37% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 111 - color contains mainly: red. Hex color #6F124F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F124F is #90EDB0. Grayscale: #343434. Windows color (decimal): -9498033 or 5182063. OLE color: 5182063.

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

Color convert

RGB 111 18 79 -
CMYK 0 0.84 0.29 0.56
HSL 320.65º 0.72% 0.25% -
HSV(B) 320.65º 0.84% 0.44% -
XYZ 8.18 4.38 7.81 -
YUV 52.76 142.81 169.54 -
System Red Green Blue C M Y K H S L
Decimal 111 18 79 0 0.84 0.29 0.56 320.65 0.72 0.25
Hex 6F 12 4F 0 54 1D 38 141 48 19
Octal 157 22 117 0 124 35 70 501 110 31
Binary 1101111 10010 1001111 0 1010100 11101 111000 101000001 1001000 11001

Color Harmonies of #6F124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F124F

Black with #6F124F

Text Example


Text Example

White with #6F124F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,18,79); }

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

background-color css

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

 a { background-color: rgb(111,18,79); }

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

border-color css

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

 span { border-color: rgb(111,18,79); }

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