Html Css Color HEX #672147 Pompadour

📋 copy color: '#672147'

red 103 ◦ green 33 ◦ blue 71

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

Shades of Pompadour #672147

Tints of Pompadour #672147

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.94%

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

R = 49.76%
G = 15.94%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.60

RGB Variations

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

Color information

#672147 (or 0x672147) is known color: Pompadour. HEX triplet: 67, 21 and 47. RGB value is (103,33,71). Sum of RGB (Red+Green+Blue) = 103+33+71=207 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.76% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 103 - color contains mainly: red. Hex color #672147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672147 is #98DEB8. Grayscale: #3A3A3A. Windows color (decimal): -10018489 or 4661607. OLE color: 4661607.

HSL color Cylindrical-coordinate representation of color #672147: hue angle of 327.43º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #672147 is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 33 71 -
CMYK 0 0.68 0.31 0.60
HSL 327.43º 0.51% 0.27% -
HSV(B) 327.43º 0.68% 0.4% -
XYZ 7.27 4.43 6.43 -
YUV 58.26 135.19 159.91 -
System Red Green Blue C M Y K H S L
Decimal 103 33 71 0 0.68 0.31 0.60 327.43 0.51 0.27
Hex 67 21 47 0 44 1F 3C 147 33 1B
Octal 147 41 107 0 104 37 74 507 63 33
Binary 1100111 100001 1000111 0 1000100 11111 111100 101000111 110011 11011

Color Harmonies of #672147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672147

Black with #672147

Text Example


Text Example

White with #672147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672147; }

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

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

background-color css

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

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

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

border-color css

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

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

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