Html Css Color HEX #6F154F Pompadour

📋 copy color: '#6F154F'

red 111 ◦ green 21 ◦ blue 79

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

Shades of Pompadour #6F154F

Tints of Pompadour #6F154F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.95%

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

R = 52.61%
G = 9.95%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#6F154F (or 0x6F154F) is known color: Pompadour. HEX triplet: 6F, 15 and 4F. RGB value is (111,21,79). Sum of RGB (Red+Green+Blue) = 111+21+79=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F154F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F154F is #90EAB0. Grayscale: #363636. Windows color (decimal): -9497265 or 5182831. OLE color: 5182831.

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

Color convert

RGB 111 21 79 -
CMYK 0 0.81 0.29 0.56
HSL 321.33º 0.68% 0.26% -
HSV(B) 321.33º 0.81% 0.44% -
XYZ 8.23 4.48 7.83 -
YUV 54.52 141.82 168.28 -
System Red Green Blue C M Y K H S L
Decimal 111 21 79 0 0.81 0.29 0.56 321.33 0.68 0.26
Hex 6F 15 4F 0 51 1D 38 141 44 1A
Octal 157 25 117 0 121 35 70 501 104 32
Binary 1101111 10101 1001111 0 1010001 11101 111000 101000001 1000100 11010

Color Harmonies of #6F154F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F154F

Black with #6F154F

Text Example


Text Example

White with #6F154F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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