Html Css Color HEX #672D48 Pompadour

📋 copy color: '#672D48'

red 103 ◦ green 45 ◦ blue 72

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

Shades of Pompadour #672D48

Tints of Pompadour #672D48

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.45%

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

R = 46.82%
G = 20.45%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#672D48 (or 0x672D48) is known color: Pompadour. HEX triplet: 67, 2D and 48. RGB value is (103,45,72). Sum of RGB (Red+Green+Blue) = 103+45+72=220 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.82% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 103 - color contains mainly: red. Hex color #672D48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672D48 is #98D2B7. Grayscale: #414141. Windows color (decimal): -10015416 or 4730215. OLE color: 4730215.

HSL color Cylindrical-coordinate representation of color #672D48: hue angle of 332.07º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #672D48 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 45 72 -
CMYK 0 0.56 0.30 0.60
HSL 332.07º 0.39% 0.29% -
HSV(B) 332.07º 0.56% 0.4% -
XYZ 7.7 5.23 6.73 -
YUV 65.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 103 45 72 0 0.56 0.30 0.60 332.07 0.39 0.29
Hex 67 2D 48 0 38 1E 3C 14C 27 1D
Octal 147 55 110 0 70 36 74 514 47 35
Binary 1100111 101101 1001000 0 111000 11110 111100 101001100 100111 11101

Color Harmonies of #672D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672D48

Black with #672D48

Text Example


Text Example

White with #672D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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