Html Css Color HEX #6F144A Pompadour

📋 copy color: '#6F144A'

red 111 ◦ green 20 ◦ blue 74

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

Shades of Pompadour #6F144A

Tints of Pompadour #6F144A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.76%

 BLUE value IS 74 (29.3% from 255) = 36.1%

R = 54.15%
G = 9.76%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#6F144A (or 0x6F144A) is known color: Pompadour. HEX triplet: 6F, 14 and 4A. RGB value is (111,20,74). Sum of RGB (Red+Green+Blue) = 111+20+74=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F144A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F144A is #90EBB5. Grayscale: #353535. Windows color (decimal): -9497526 or 4854895. OLE color: 4854895.

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

Color convert

RGB 111 20 74 -
CMYK 0 0.82 0.33 0.56
HSL 324.4º 0.69% 0.26% -
HSV(B) 324.4º 0.82% 0.44% -
XYZ 8.04 4.37 6.9 -
YUV 53.37 139.65 169.11 -
System Red Green Blue C M Y K H S L
Decimal 111 20 74 0 0.82 0.33 0.56 324.4 0.69 0.26
Hex 6F 14 4A 0 52 21 38 144 45 1A
Octal 157 24 112 0 122 41 70 504 105 32
Binary 1101111 10100 1001010 0 1010010 100001 111000 101000100 1000101 11010

Color Harmonies of #6F144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F144A

Black with #6F144A

Text Example


Text Example

White with #6F144A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,20,74); }

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

background-color css

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

 a { background-color: rgb(111,20,74); }

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

border-color css

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

 span { border-color: rgb(111,20,74); }

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