Html Css Color HEX #672D4C Pompadour

📋 copy color: '#672D4C'

red 103 ◦ green 45 ◦ blue 76

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

Shades of Pompadour #672D4C

Tints of Pompadour #672D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.93%

R = 45.98%
G = 20.09%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#672D4C (or 0x672D4C) is known color: Pompadour. HEX triplet: 67, 2D and 4C. RGB value is (103,45,76). Sum of RGB (Red+Green+Blue) = 103+45+76=224 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.98% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 103 - color contains mainly: red. Hex color #672D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672D4C is #98D2B3. Grayscale: #414141. Windows color (decimal): -10015412 or 4992359. OLE color: 4992359.

HSL color Cylindrical-coordinate representation of color #672D4C: hue angle of 327.93º 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 #672D4C is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 45 76 -
CMYK 0 0.56 0.26 0.60
HSL 327.93º 0.39% 0.29% -
HSV(B) 327.93º 0.56% 0.4% -
XYZ 7.84 5.28 7.44 -
YUV 65.88 133.72 154.48 -
System Red Green Blue C M Y K H S L
Decimal 103 45 76 0 0.56 0.26 0.60 327.93 0.39 0.29
Hex 67 2D 4C 0 38 1A 3C 148 27 1D
Octal 147 55 114 0 70 32 74 510 47 35
Binary 1100111 101101 1001100 0 111000 11010 111100 101001000 100111 11101

Color Harmonies of #672D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672D4C

Black with #672D4C

Text Example


Text Example

White with #672D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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