Html Css Color HEX #672248 Pompadour

📋 copy color: '#672248'

red 103 ◦ green 34 ◦ blue 72

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

Shades of Pompadour #672248

Tints of Pompadour #672248

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.27%

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

R = 49.28%
G = 16.27%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#672248 (or 0x672248) is known color: Pompadour. HEX triplet: 67, 22 and 48. RGB value is (103,34,72). Sum of RGB (Red+Green+Blue) = 103+34+72=209 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.28% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 103 - color contains mainly: red. Hex color #672248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672248 is #98DDB7. Grayscale: #3A3A3A. Windows color (decimal): -10018232 or 4727399. OLE color: 4727399.

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

Color convert

RGB 103 34 72 -
CMYK 0 0.67 0.30 0.60
HSL 326.96º 0.5% 0.27% -
HSV(B) 326.96º 0.67% 0.4% -
XYZ 7.34 4.5 6.61 -
YUV 58.96 135.36 159.41 -
System Red Green Blue C M Y K H S L
Decimal 103 34 72 0 0.67 0.30 0.60 326.96 0.5 0.27
Hex 67 22 48 0 43 1E 3C 147 32 1B
Octal 147 42 110 0 103 36 74 507 62 33
Binary 1100111 100010 1001000 0 1000011 11110 111100 101000111 110010 11011

Color Harmonies of #672248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672248

Black with #672248

Text Example


Text Example

White with #672248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672248; }

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

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

background-color css

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

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

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

border-color css

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

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

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