Html Css Color HEX #671E51 Pompadour

📋 copy color: '#671E51'

red 103 ◦ green 30 ◦ blue 81

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

Shades of Pompadour #671E51

Tints of Pompadour #671E51

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.02%

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

R = 48.13%
G = 14.02%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#671E51 (or 0x671E51) is known color: Pompadour. HEX triplet: 67, 1E and 51. RGB value is (103,30,81). Sum of RGB (Red+Green+Blue) = 103+30+81=214 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.13% from 214); Green value is 30 (12.11% from 255 or 14.02% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 103 - color contains mainly: red. Hex color #671E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671E51 is #98E1AE. Grayscale: #393939. Windows color (decimal): -10019247 or 5316199. OLE color: 5316199.

HSL color Cylindrical-coordinate representation of color #671E51: hue angle of 318.08º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #671E51 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 30 81 -
CMYK 0 0.71 0.21 0.60
HSL 318.08º 0.55% 0.26% -
HSV(B) 318.08º 0.71% 0.4% -
XYZ 7.54 4.41 8.24 -
YUV 57.64 141.18 160.35 -
System Red Green Blue C M Y K H S L
Decimal 103 30 81 0 0.71 0.21 0.60 318.08 0.55 0.26
Hex 67 1E 51 0 47 15 3C 13E 37 1A
Octal 147 36 121 0 107 25 74 476 67 32
Binary 1100111 11110 1010001 0 1000111 10101 111100 100111110 110111 11010

Color Harmonies of #671E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671E51

Black with #671E51

Text Example


Text Example

White with #671E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671E51; }

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

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

background-color css

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

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

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

border-color css

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

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

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