Html Css Color HEX #672148 Pompadour

📋 copy color: '#672148'

red 103 ◦ green 33 ◦ blue 72

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

Shades of Pompadour #672148

Tints of Pompadour #672148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 34.62%

R = 49.52%
G = 15.87%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#672148 (or 0x672148) is known color: Pompadour. HEX triplet: 67, 21 and 48. RGB value is (103,33,72). Sum of RGB (Red+Green+Blue) = 103+33+72=208 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.52% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 103 - color contains mainly: red. Hex color #672148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672148 is #98DEB7. Grayscale: #3A3A3A. Windows color (decimal): -10018488 or 4727143. OLE color: 4727143.

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

Color convert

RGB 103 33 72 -
CMYK 0 0.68 0.30 0.60
HSL 326.57º 0.51% 0.27% -
HSV(B) 326.57º 0.68% 0.4% -
XYZ 7.31 4.44 6.6 -
YUV 58.38 135.69 159.83 -
System Red Green Blue C M Y K H S L
Decimal 103 33 72 0 0.68 0.30 0.60 326.57 0.51 0.27
Hex 67 21 48 0 44 1E 3C 147 33 1B
Octal 147 41 110 0 104 36 74 507 63 33
Binary 1100111 100001 1001000 0 1000100 11110 111100 101000111 110011 11011

Color Harmonies of #672148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672148

Black with #672148

Text Example


Text Example

White with #672148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672148; }

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

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

background-color css

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

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

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

border-color css

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

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

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