Html Css Color HEX #671950 Pompadour

📋 copy color: '#671950'

red 103 ◦ green 25 ◦ blue 80

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

Shades of Pompadour #671950

Tints of Pompadour #671950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.02%

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

R = 49.52%
G = 12.02%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.60

RGB Variations

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

Color information

#671950 (or 0x671950) is known color: Pompadour. HEX triplet: 67, 19 and 50. RGB value is (103,25,80). Sum of RGB (Red+Green+Blue) = 103+25+80=208 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.52% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 103 - color contains mainly: red. Hex color #671950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671950 is #98E6AF. Grayscale: #363636. Windows color (decimal): -10020528 or 5249383. OLE color: 5249383.

HSL color Cylindrical-coordinate representation of color #671950: hue angle of 317.69º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #671950 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 25 80 -
CMYK 0 0.76 0.22 0.60
HSL 317.69º 0.61% 0.25% -
HSV(B) 317.69º 0.76% 0.4% -
XYZ 7.39 4.16 8 -
YUV 54.59 142.34 162.53 -
System Red Green Blue C M Y K H S L
Decimal 103 25 80 0 0.76 0.22 0.60 317.69 0.61 0.25
Hex 67 19 50 0 4C 16 3C 13E 3D 19
Octal 147 31 120 0 114 26 74 476 75 31
Binary 1100111 11001 1010000 0 1001100 10110 111100 100111110 111101 11001

Color Harmonies of #671950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671950

Black with #671950

Text Example


Text Example

White with #671950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671950; }

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

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

background-color css

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

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

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

border-color css

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

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

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