Html Css Color HEX #672950 Pompadour

📋 copy color: '#672950'

red 103 ◦ green 41 ◦ blue 80

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

Shades of Pompadour #672950

Tints of Pompadour #672950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.3%

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

R = 45.98%
G = 18.3%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.60

RGB Variations

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

Color information

#672950 (or 0x672950) is known color: Pompadour. HEX triplet: 67, 29 and 50. RGB value is (103,41,80). Sum of RGB (Red+Green+Blue) = 103+41+80=224 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.98% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 103 - color contains mainly: red. Hex color #672950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672950 is #98D6AF. Grayscale: #3F3F3F. Windows color (decimal): -10016432 or 5253479. OLE color: 5253479.

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

Color convert

RGB 103 41 80 -
CMYK 0 0.60 0.22 0.60
HSL 322.26º 0.43% 0.28% -
HSV(B) 322.26º 0.6% 0.4% -
XYZ 7.83 5.05 8.15 -
YUV 63.98 137.04 155.83 -
System Red Green Blue C M Y K H S L
Decimal 103 41 80 0 0.60 0.22 0.60 322.26 0.43 0.28
Hex 67 29 50 0 3C 16 3C 142 2B 1C
Octal 147 51 120 0 74 26 74 502 53 34
Binary 1100111 101001 1010000 0 111100 10110 111100 101000010 101011 11100

Color Harmonies of #672950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672950

Black with #672950

Text Example


Text Example

White with #672950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672950; }

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

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

background-color css

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

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

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

border-color css

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

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

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