Html Css Color HEX #6F164F Pompadour

📋 copy color: '#6F164F'

red 111 ◦ green 22 ◦ blue 79

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

Shades of Pompadour #6F164F

Tints of Pompadour #6F164F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.38%

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

R = 52.36%
G = 10.38%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#6F164F (or 0x6F164F) is known color: Pompadour. HEX triplet: 6F, 16 and 4F. RGB value is (111,22,79). Sum of RGB (Red+Green+Blue) = 111+22+79=212 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.36% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 111 - color contains mainly: red. Hex color #6F164F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F164F is #90E9B0. Grayscale: #363636. Windows color (decimal): -9497009 or 5183087. OLE color: 5183087.

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

Color convert

RGB 111 22 79 -
CMYK 0 0.80 0.29 0.56
HSL 321.57º 0.67% 0.26% -
HSV(B) 321.57º 0.8% 0.44% -
XYZ 8.25 4.52 7.83 -
YUV 55.11 141.49 167.87 -
System Red Green Blue C M Y K H S L
Decimal 111 22 79 0 0.80 0.29 0.56 321.57 0.67 0.26
Hex 6F 16 4F 0 50 1D 38 142 43 1A
Octal 157 26 117 0 120 35 70 502 103 32
Binary 1101111 10110 1001111 0 1010000 11101 111000 101000010 1000011 11010

Color Harmonies of #6F164F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F164F

Black with #6F164F

Text Example


Text Example

White with #6F164F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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