Html Css Color HEX #671550 Pompadour

📋 copy color: '#671550'

red 103 ◦ green 21 ◦ blue 80

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

Shades of Pompadour #671550

Tints of Pompadour #671550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 39.22%

R = 50.49%
G = 10.29%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.60

RGB Variations

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

Color information

#671550 (or 0x671550) is known color: Pompadour. HEX triplet: 67, 15 and 50. RGB value is (103,21,80). Sum of RGB (Red+Green+Blue) = 103+21+80=204 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.49% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 103 - color contains mainly: red. Hex color #671550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671550 is #98EAAF. Grayscale: #343434. Windows color (decimal): -10021552 or 5248359. OLE color: 5248359.

HSL color Cylindrical-coordinate representation of color #671550: hue angle of 316.83º 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 #671550 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 21 80 -
CMYK 0 0.80 0.22 0.60
HSL 316.83º 0.66% 0.24% -
HSV(B) 316.83º 0.8% 0.4% -
XYZ 7.31 4 7.98 -
YUV 52.24 143.67 164.2 -
System Red Green Blue C M Y K H S L
Decimal 103 21 80 0 0.80 0.22 0.60 316.83 0.66 0.24
Hex 67 15 50 0 50 16 3C 13D 42 18
Octal 147 25 120 0 120 26 74 475 102 30
Binary 1100111 10101 1010000 0 1010000 10110 111100 100111101 1000010 11000

Color Harmonies of #671550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671550

Black with #671550

Text Example


Text Example

White with #671550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671550; }

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

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

background-color css

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

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

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

border-color css

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

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

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