Html Css Color HEX #672748 Pompadour

📋 copy color: '#672748'

red 103 ◦ green 39 ◦ blue 72

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

Shades of Pompadour #672748

Tints of Pompadour #672748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.22%

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

R = 48.13%
G = 18.22%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#672748 (or 0x672748) is known color: Pompadour. HEX triplet: 67, 27 and 48. RGB value is (103,39,72). Sum of RGB (Red+Green+Blue) = 103+39+72=214 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.13% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 103 - color contains mainly: red. Hex color #672748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672748 is #98D8B7. Grayscale: #3D3D3D. Windows color (decimal): -10016952 or 4728679. OLE color: 4728679.

HSL color Cylindrical-coordinate representation of color #672748: hue angle of 329.06º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #672748 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 39 72 -
CMYK 0 0.62 0.30 0.60
HSL 329.06º 0.45% 0.28% -
HSV(B) 329.06º 0.62% 0.4% -
XYZ 7.49 4.8 6.66 -
YUV 61.9 133.7 157.32 -
System Red Green Blue C M Y K H S L
Decimal 103 39 72 0 0.62 0.30 0.60 329.06 0.45 0.28
Hex 67 27 48 0 3E 1E 3C 149 2D 1C
Octal 147 47 110 0 76 36 74 511 55 34
Binary 1100111 100111 1001000 0 111110 11110 111100 101001001 101101 11100

Color Harmonies of #672748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672748

Black with #672748

Text Example


Text Example

White with #672748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672748; }

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

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

background-color css

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

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

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

border-color css

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

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

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