Html Css Color HEX #672E4D Pompadour

📋 copy color: '#672E4D'

red 103 ◦ green 46 ◦ blue 77

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

Shades of Pompadour #672E4D

Tints of Pompadour #672E4D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.35%

 BLUE value IS 77 (30.47% from 255) = 34.07%

R = 45.58%
G = 20.35%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.60

RGB Variations

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

Color information

#672E4D (or 0x672E4D) is known color: Pompadour. HEX triplet: 67, 2E and 4D. RGB value is (103,46,77). Sum of RGB (Red+Green+Blue) = 103+46+77=226 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.58% from 226); Green value is 46 (18.36% from 255 or 20.35% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 103 - color contains mainly: red. Hex color #672E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672E4D is #98D1B2. Grayscale: #424242. Windows color (decimal): -10015155 or 5058151. OLE color: 5058151.

HSL color Cylindrical-coordinate representation of color #672E4D: hue angle of 327.37º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #672E4D is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 46 77 -
CMYK 0 0.55 0.25 0.60
HSL 327.37º 0.38% 0.29% -
HSV(B) 327.37º 0.55% 0.4% -
XYZ 7.91 5.37 7.64 -
YUV 66.58 133.88 153.98 -
System Red Green Blue C M Y K H S L
Decimal 103 46 77 0 0.55 0.25 0.60 327.37 0.38 0.29
Hex 67 2E 4D 0 37 19 3C 147 26 1D
Octal 147 56 115 0 67 31 74 507 46 35
Binary 1100111 101110 1001101 0 110111 11001 111100 101000111 100110 11101

Color Harmonies of #672E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672E4D

Black with #672E4D

Text Example


Text Example

White with #672E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672E4D; }

 p { color: rgb(103,46,77); }

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

background-color css

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

 a { background-color: rgb(103,46,77); }

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

border-color css

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

 span { border-color: rgb(103,46,77); }

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