Html Css Color HEX #671951 Pompadour

📋 copy color: '#671951'

red 103 ◦ green 25 ◦ blue 81

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

Shades of Pompadour #671951

Tints of Pompadour #671951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 38.76%

R = 49.28%
G = 11.96%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#671951 (or 0x671951) is known color: Pompadour. HEX triplet: 67, 19 and 51. RGB value is (103,25,81). Sum of RGB (Red+Green+Blue) = 103+25+81=209 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.28% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 81 (32.03% from 255 or 38.76% from 209); Max value from RGB is 103 - color contains mainly: red. Hex color #671951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671951 is #98E6AE. Grayscale: #363636. Windows color (decimal): -10020527 or 5314919. OLE color: 5314919.

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

Color convert

RGB 103 25 81 -
CMYK 0 0.76 0.21 0.60
HSL 316.92º 0.61% 0.25% -
HSV(B) 316.92º 0.76% 0.4% -
XYZ 7.43 4.17 8.2 -
YUV 54.71 142.84 162.45 -
System Red Green Blue C M Y K H S L
Decimal 103 25 81 0 0.76 0.21 0.60 316.92 0.61 0.25
Hex 67 19 51 0 4C 15 3C 13D 3D 19
Octal 147 31 121 0 114 25 74 475 75 31
Binary 1100111 11001 1010001 0 1001100 10101 111100 100111101 111101 11001

Color Harmonies of #671951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671951

Black with #671951

Text Example


Text Example

White with #671951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671951; }

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

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

background-color css

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

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

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

border-color css

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

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

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