Html Css Color HEX #6F184B Pompadour

📋 copy color: '#6F184B'

red 111 ◦ green 24 ◦ blue 75

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

Shades of Pompadour #6F184B

Tints of Pompadour #6F184B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.43%

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

R = 52.86%
G = 11.43%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F184B (or 0x6F184B) is known color: Pompadour. HEX triplet: 6F, 18 and 4B. RGB value is (111,24,75). Sum of RGB (Red+Green+Blue) = 111+24+75=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F184B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F184B is #90E7B4. Grayscale: #373737. Windows color (decimal): -9496501 or 4921455. OLE color: 4921455.

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

Color convert

RGB 111 24 75 -
CMYK 0 0.78 0.32 0.56
HSL 324.83º 0.64% 0.26% -
HSV(B) 324.83º 0.78% 0.44% -
XYZ 8.15 4.54 7.1 -
YUV 55.83 138.82 167.35 -
System Red Green Blue C M Y K H S L
Decimal 111 24 75 0 0.78 0.32 0.56 324.83 0.64 0.26
Hex 6F 18 4B 0 4E 20 38 145 40 1A
Octal 157 30 113 0 116 40 70 505 100 32
Binary 1101111 11000 1001011 0 1001110 100000 111000 101000101 1000000 11010

Color Harmonies of #6F184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F184B

Black with #6F184B

Text Example


Text Example

White with #6F184B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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