Html Css Color HEX #671144 Pompadour

📋 copy color: '#671144'

red 103 ◦ green 17 ◦ blue 68

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

Shades of Pompadour #671144

Tints of Pompadour #671144

RGB

 RED value IS 103 (40.63% from 255) = 54.79%

 GREEN value IS 17 (7.03% from 255) = 9.04%

 BLUE value IS 68 (26.95% from 255) = 36.17%

R = 54.79%
G = 9.04%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.60

RGB Variations

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

Color information

#671144 (or 0x671144) is known color: Pompadour. HEX triplet: 67, 11 and 44. RGB value is (103,17,68). Sum of RGB (Red+Green+Blue) = 103+17+68=188 (24% of max value = 765). Red value is 103 (40.62% from 255 or 54.79% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 68 (26.95% from 255 or 36.17% from 188); Max value from RGB is 103 - color contains mainly: red. Hex color #671144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671144 is #98EEBB. Grayscale: #303030. Windows color (decimal): -10022588 or 4460903. OLE color: 4460903.

HSL color Cylindrical-coordinate representation of color #671144: hue angle of 324.42º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #671144 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 17 68 -
CMYK 0 0.83 0.34 0.60
HSL 324.42º 0.72% 0.24% -
HSV(B) 324.42º 0.83% 0.4% -
XYZ 6.84 3.7 5.82 -
YUV 48.53 138.99 166.85 -
System Red Green Blue C M Y K H S L
Decimal 103 17 68 0 0.83 0.34 0.60 324.42 0.72 0.24
Hex 67 11 44 0 53 22 3C 144 48 18
Octal 147 21 104 0 123 42 74 504 110 30
Binary 1100111 10001 1000100 0 1010011 100010 111100 101000100 1001000 11000

Color Harmonies of #671144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671144

Black with #671144

Text Example


Text Example

White with #671144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671144; }

 p { color: rgb(103,17,68); }

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

background-color css

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

 a { background-color: rgb(103,17,68); }

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

border-color css

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

 span { border-color: rgb(103,17,68); }

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