Html Css Color HEX #672150 Pompadour

📋 copy color: '#672150'

red 103 ◦ green 33 ◦ blue 80

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

Shades of Pompadour #672150

Tints of Pompadour #672150

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.28%

 BLUE value IS 80 (31.64% from 255) = 37.04%

R = 47.69%
G = 15.28%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.60

RGB Variations

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

Color information

#672150 (or 0x672150) is known color: Pompadour. HEX triplet: 67, 21 and 50. RGB value is (103,33,80). Sum of RGB (Red+Green+Blue) = 103+33+80=216 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.69% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 103 - color contains mainly: red. Hex color #672150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672150 is #98DEAF. Grayscale: #3B3B3B. Windows color (decimal): -10018480 or 5251431. OLE color: 5251431.

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

Color convert

RGB 103 33 80 -
CMYK 0 0.68 0.22 0.60
HSL 319.71º 0.51% 0.27% -
HSV(B) 319.71º 0.68% 0.4% -
XYZ 7.59 4.55 8.07 -
YUV 59.29 139.69 159.18 -
System Red Green Blue C M Y K H S L
Decimal 103 33 80 0 0.68 0.22 0.60 319.71 0.51 0.27
Hex 67 21 50 0 44 16 3C 140 33 1B
Octal 147 41 120 0 104 26 74 500 63 33
Binary 1100111 100001 1010000 0 1000100 10110 111100 101000000 110011 11011

Color Harmonies of #672150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672150

Black with #672150

Text Example


Text Example

White with #672150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672150; }

 p { color: rgb(103,33,80); }

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

background-color css

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

 a { background-color: rgb(103,33,80); }

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

border-color css

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

 span { border-color: rgb(103,33,80); }

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