Html Css Color HEX #672548 Pompadour

📋 copy color: '#672548'

red 103 ◦ green 37 ◦ blue 72

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

Shades of Pompadour #672548

Tints of Pompadour #672548

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.45%

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

R = 48.58%
G = 17.45%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#672548 (or 0x672548) is known color: Pompadour. HEX triplet: 67, 25 and 48. RGB value is (103,37,72). Sum of RGB (Red+Green+Blue) = 103+37+72=212 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.58% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 103 - color contains mainly: red. Hex color #672548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672548 is #98DAB7. Grayscale: #3C3C3C. Windows color (decimal): -10017464 or 4728167. OLE color: 4728167.

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

Color convert

RGB 103 37 72 -
CMYK 0 0.64 0.30 0.60
HSL 328.18º 0.47% 0.27% -
HSV(B) 328.18º 0.64% 0.4% -
XYZ 7.42 4.67 6.64 -
YUV 60.72 134.37 158.15 -
System Red Green Blue C M Y K H S L
Decimal 103 37 72 0 0.64 0.30 0.60 328.18 0.47 0.27
Hex 67 25 48 0 40 1E 3C 148 2F 1B
Octal 147 45 110 0 100 36 74 510 57 33
Binary 1100111 100101 1001000 0 1000000 11110 111100 101001000 101111 11011

Color Harmonies of #672548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672548

Black with #672548

Text Example


Text Example

White with #672548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672548; }

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

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

background-color css

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

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

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

border-color css

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

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

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