Html Css Color HEX #671E47 Pompadour

📋 copy color: '#671E47'

red 103 ◦ green 30 ◦ blue 71

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

Shades of Pompadour #671E47

Tints of Pompadour #671E47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 34.8%

R = 50.49%
G = 14.71%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.60

RGB Variations

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

Color information

#671E47 (or 0x671E47) is known color: Pompadour. HEX triplet: 67, 1E and 47. RGB value is (103,30,71). Sum of RGB (Red+Green+Blue) = 103+30+71=204 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.49% from 204); Green value is 30 (12.11% from 255 or 14.71% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 103 - color contains mainly: red. Hex color #671E47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671E47 is #98E1B8. Grayscale: #383838. Windows color (decimal): -10019257 or 4660839. OLE color: 4660839.

HSL color Cylindrical-coordinate representation of color #671E47: hue angle of 326.3º 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 #671E47 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 30 71 -
CMYK 0 0.71 0.31 0.60
HSL 326.3º 0.55% 0.26% -
HSV(B) 326.3º 0.71% 0.4% -
XYZ 7.2 4.27 6.41 -
YUV 56.5 136.18 161.17 -
System Red Green Blue C M Y K H S L
Decimal 103 30 71 0 0.71 0.31 0.60 326.3 0.55 0.26
Hex 67 1E 47 0 47 1F 3C 146 37 1A
Octal 147 36 107 0 107 37 74 506 67 32
Binary 1100111 11110 1000111 0 1000111 11111 111100 101000110 110111 11010

Color Harmonies of #671E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671E47

Black with #671E47

Text Example


Text Example

White with #671E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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