Html Css Color HEX #671549 Pompadour

📋 copy color: '#671549'

red 103 ◦ green 21 ◦ blue 73

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

Shades of Pompadour #671549

Tints of Pompadour #671549

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.66%

 BLUE value IS 73 (28.91% from 255) = 37.06%

R = 52.28%
G = 10.66%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#671549 (or 0x671549) is known color: Pompadour. HEX triplet: 67, 15 and 49. RGB value is (103,21,73). Sum of RGB (Red+Green+Blue) = 103+21+73=197 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.28% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 103 - color contains mainly: red. Hex color #671549 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671549 is #98EAB6. Grayscale: #333333. Windows color (decimal): -10021559 or 4789607. OLE color: 4789607.

HSL color Cylindrical-coordinate representation of color #671549: hue angle of 321.95º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #671549 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 21 73 -
CMYK 0 0.80 0.29 0.60
HSL 321.95º 0.66% 0.24% -
HSV(B) 321.95º 0.8% 0.4% -
XYZ 7.06 3.9 6.68 -
YUV 51.45 140.17 164.77 -
System Red Green Blue C M Y K H S L
Decimal 103 21 73 0 0.80 0.29 0.60 321.95 0.66 0.24
Hex 67 15 49 0 50 1D 3C 142 42 18
Octal 147 25 111 0 120 35 74 502 102 30
Binary 1100111 10101 1001001 0 1010000 11101 111100 101000010 1000010 11000

Color Harmonies of #671549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671549

Black with #671549

Text Example


Text Example

White with #671549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671549; }

 p { color: rgb(103,21,73); }

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

background-color css

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

 a { background-color: rgb(103,21,73); }

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

border-color css

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

 span { border-color: rgb(103,21,73); }

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