Html Css Color HEX #672346 Pompadour

📋 copy color: '#672346'

red 103 ◦ green 35 ◦ blue 70

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

Shades of Pompadour #672346

Tints of Pompadour #672346

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.83%

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

R = 49.52%
G = 16.83%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.60

RGB Variations

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

Color information

#672346 (or 0x672346) is known color: Pompadour. HEX triplet: 67, 23 and 46. RGB value is (103,35,70). Sum of RGB (Red+Green+Blue) = 103+35+70=208 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.52% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 103 - color contains mainly: red. Hex color #672346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672346 is #98DCB9. Grayscale: #3B3B3B. Windows color (decimal): -10017978 or 4596583. OLE color: 4596583.

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

Color convert

RGB 103 35 70 -
CMYK 0 0.66 0.32 0.60
HSL 329.12º 0.49% 0.27% -
HSV(B) 329.12º 0.66% 0.4% -
XYZ 7.3 4.53 6.28 -
YUV 59.32 134.03 159.15 -
System Red Green Blue C M Y K H S L
Decimal 103 35 70 0 0.66 0.32 0.60 329.12 0.49 0.27
Hex 67 23 46 0 42 20 3C 149 31 1B
Octal 147 43 106 0 102 40 74 511 61 33
Binary 1100111 100011 1000110 0 1000010 100000 111100 101001001 110001 11011

Color Harmonies of #672346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672346

Black with #672346

Text Example


Text Example

White with #672346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672346; }

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

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

background-color css

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

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

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

border-color css

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

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

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