Html Css Color HEX #6F1845 Pompadour

📋 copy color: '#6F1845'

red 111 ◦ green 24 ◦ blue 69

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

Shades of Pompadour #6F1845

Tints of Pompadour #6F1845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 33.82%

R = 54.41%
G = 11.76%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#6F1845 (or 0x6F1845) is known color: Pompadour. HEX triplet: 6F, 18 and 45. RGB value is (111,24,69). Sum of RGB (Red+Green+Blue) = 111+24+69=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1845 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1845 is #90E7BA. Grayscale: #373737. Windows color (decimal): -9496507 or 4528239. OLE color: 4528239.

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

Color convert

RGB 111 24 69 -
CMYK 0 0.78 0.38 0.56
HSL 328.97º 0.64% 0.26% -
HSV(B) 328.97º 0.78% 0.44% -
XYZ 7.96 4.46 6.07 -
YUV 55.14 135.82 167.84 -
System Red Green Blue C M Y K H S L
Decimal 111 24 69 0 0.78 0.38 0.56 328.97 0.64 0.26
Hex 6F 18 45 0 4E 26 38 149 40 1A
Octal 157 30 105 0 116 46 70 511 100 32
Binary 1101111 11000 1000101 0 1001110 100110 111000 101001001 1000000 11010

Color Harmonies of #6F1845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1845

Black with #6F1845

Text Example


Text Example

White with #6F1845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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