Html Css Color HEX #6F144B Pompadour

📋 copy color: '#6F144B'

red 111 ◦ green 20 ◦ blue 75

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

Shades of Pompadour #6F144B

Tints of Pompadour #6F144B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 36.41%

R = 53.88%
G = 9.71%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F144B (or 0x6F144B) is known color: Pompadour. HEX triplet: 6F, 14 and 4B. RGB value is (111,20,75). Sum of RGB (Red+Green+Blue) = 111+20+75=206 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.88% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 111 - color contains mainly: red. Hex color #6F144B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F144B is #90EBB4. Grayscale: #353535. Windows color (decimal): -9497525 or 4920431. OLE color: 4920431.

HSL color Cylindrical-coordinate representation of color #6F144B: hue angle of 323.74º 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 #6F144B is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 20 75 -
CMYK 0 0.82 0.32 0.56
HSL 323.74º 0.69% 0.26% -
HSV(B) 323.74º 0.82% 0.44% -
XYZ 8.08 4.39 7.08 -
YUV 53.48 140.15 169.03 -
System Red Green Blue C M Y K H S L
Decimal 111 20 75 0 0.82 0.32 0.56 323.74 0.69 0.26
Hex 6F 14 4B 0 52 20 38 144 45 1A
Octal 157 24 113 0 122 40 70 504 105 32
Binary 1101111 10100 1001011 0 1010010 100000 111000 101000100 1000101 11010

Color Harmonies of #6F144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F144B

Black with #6F144B

Text Example


Text Example

White with #6F144B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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