Html Css Color HEX #672041 Pompadour

📋 copy color: '#672041'

red 103 ◦ green 32 ◦ blue 65

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

Shades of Pompadour #672041

Tints of Pompadour #672041

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16%

 BLUE value IS 65 (25.78% from 255) = 32.5%

R = 51.5%
G = 16%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.60

RGB Variations

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

Color information

#672041 (or 0x672041) is known color: Pompadour. HEX triplet: 67, 20 and 41. RGB value is (103,32,65). Sum of RGB (Red+Green+Blue) = 103+32+65=200 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 103 - color contains mainly: red. Hex color #672041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672041 is #98DFBE. Grayscale: #383838. Windows color (decimal): -10018751 or 4268135. OLE color: 4268135.

HSL color Cylindrical-coordinate representation of color #672041: hue angle of 332.11º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #672041 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 32 65 -
CMYK 0 0.69 0.37 0.60
HSL 332.11º 0.53% 0.26% -
HSV(B) 332.11º 0.69% 0.4% -
XYZ 7.06 4.3 5.46 -
YUV 56.99 132.52 160.82 -
System Red Green Blue C M Y K H S L
Decimal 103 32 65 0 0.69 0.37 0.60 332.11 0.53 0.26
Hex 67 20 41 0 45 25 3C 14C 35 1A
Octal 147 40 101 0 105 45 74 514 65 32
Binary 1100111 100000 1000001 0 1000101 100101 111100 101001100 110101 11010

Color Harmonies of #672041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672041

Black with #672041

Text Example


Text Example

White with #672041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672041; }

 p { color: rgb(103,32,65); }

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

background-color css

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

 a { background-color: rgb(103,32,65); }

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

border-color css

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

 span { border-color: rgb(103,32,65); }

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