Html Css Color HEX #672146 Pompadour

📋 copy color: '#672146'

red 103 ◦ green 33 ◦ blue 70

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

Shades of Pompadour #672146

Tints of Pompadour #672146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 33.98%

R = 50%
G = 16.02%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.60

RGB Variations

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

Color information

#672146 (or 0x672146) is known color: Pompadour. HEX triplet: 67, 21 and 46. RGB value is (103,33,70). Sum of RGB (Red+Green+Blue) = 103+33+70=206 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 103 - color contains mainly: red. Hex color #672146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672146 is #98DEB9. Grayscale: #3A3A3A. Windows color (decimal): -10018490 or 4596071. OLE color: 4596071.

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

Color convert

RGB 103 33 70 -
CMYK 0 0.68 0.32 0.60
HSL 328.29º 0.51% 0.27% -
HSV(B) 328.29º 0.68% 0.4% -
XYZ 7.24 4.41 6.26 -
YUV 58.15 134.69 159.99 -
System Red Green Blue C M Y K H S L
Decimal 103 33 70 0 0.68 0.32 0.60 328.29 0.51 0.27
Hex 67 21 46 0 44 20 3C 148 33 1B
Octal 147 41 106 0 104 40 74 510 63 33
Binary 1100111 100001 1000110 0 1000100 100000 111100 101001000 110011 11011

Color Harmonies of #672146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672146

Black with #672146

Text Example


Text Example

White with #672146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672146; }

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

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

background-color css

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

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

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

border-color css

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

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

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