Html Css Color HEX #672044 Pompadour

📋 copy color: '#672044'

red 103 ◦ green 32 ◦ blue 68

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

Shades of Pompadour #672044

Tints of Pompadour #672044

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.76%

 BLUE value IS 68 (26.95% from 255) = 33.5%

R = 50.74%
G = 15.76%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.60

RGB Variations

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

Color information

#672044 (or 0x672044) is known color: Pompadour. HEX triplet: 67, 20 and 44. RGB value is (103,32,68). Sum of RGB (Red+Green+Blue) = 103+32+68=203 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.74% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 103 - color contains mainly: red. Hex color #672044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672044 is #98DFBB. Grayscale: #393939. Windows color (decimal): -10018748 or 4464743. OLE color: 4464743.

HSL color Cylindrical-coordinate representation of color #672044: hue angle of 329.58º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #672044 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 32 68 -
CMYK 0 0.69 0.34 0.60
HSL 329.58º 0.53% 0.26% -
HSV(B) 329.58º 0.69% 0.4% -
XYZ 7.15 4.33 5.93 -
YUV 57.33 134.02 160.57 -
System Red Green Blue C M Y K H S L
Decimal 103 32 68 0 0.69 0.34 0.60 329.58 0.53 0.26
Hex 67 20 44 0 45 22 3C 14A 35 1A
Octal 147 40 104 0 105 42 74 512 65 32
Binary 1100111 100000 1000100 0 1000101 100010 111100 101001010 110101 11010

Color Harmonies of #672044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672044

Black with #672044

Text Example


Text Example

White with #672044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672044; }

 p { color: rgb(103,32,68); }

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

background-color css

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

 a { background-color: rgb(103,32,68); }

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

border-color css

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

 span { border-color: rgb(103,32,68); }

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