Html Css Color HEX #672051 Pompadour

📋 copy color: '#672051'

red 103 ◦ green 32 ◦ blue 81

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

Shades of Pompadour #672051

Tints of Pompadour #672051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 37.5%

R = 47.69%
G = 14.81%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#672051 (or 0x672051) is known color: Pompadour. HEX triplet: 67, 20 and 51. RGB value is (103,32,81). Sum of RGB (Red+Green+Blue) = 103+32+81=216 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.69% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 103 - color contains mainly: red. Hex color #672051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672051 is #98DFAE. Grayscale: #3A3A3A. Windows color (decimal): -10018735 or 5316711. OLE color: 5316711.

HSL color Cylindrical-coordinate representation of color #672051: hue angle of 318.59º 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 #672051 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 32 81 -
CMYK 0 0.69 0.21 0.60
HSL 318.59º 0.53% 0.26% -
HSV(B) 318.59º 0.69% 0.4% -
XYZ 7.6 4.51 8.25 -
YUV 58.82 140.52 159.52 -
System Red Green Blue C M Y K H S L
Decimal 103 32 81 0 0.69 0.21 0.60 318.59 0.53 0.26
Hex 67 20 51 0 45 15 3C 13F 35 1A
Octal 147 40 121 0 105 25 74 477 65 32
Binary 1100111 100000 1010001 0 1000101 10101 111100 100111111 110101 11010

Color Harmonies of #672051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672051

Black with #672051

Text Example


Text Example

White with #672051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672051; }

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

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

background-color css

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

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

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

border-color css

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

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

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