Html Css Color HEX #672A51 Pompadour

📋 copy color: '#672A51'

red 103 ◦ green 42 ◦ blue 81

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

Shades of Pompadour #672A51

Tints of Pompadour #672A51

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.58%

 BLUE value IS 81 (32.03% from 255) = 35.84%

R = 45.58%
G = 18.58%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#672A51 (or 0x672A51) is known color: Pompadour. HEX triplet: 67, 2A and 51. RGB value is (103,42,81). Sum of RGB (Red+Green+Blue) = 103+42+81=226 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.58% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 103 - color contains mainly: red. Hex color #672A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672A51 is #98D5AE. Grayscale: #404040. Windows color (decimal): -10016175 or 5319271. OLE color: 5319271.

HSL color Cylindrical-coordinate representation of color #672A51: hue angle of 321.64º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #672A51 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 42 81 -
CMYK 0 0.59 0.21 0.60
HSL 321.64º 0.42% 0.28% -
HSV(B) 321.64º 0.59% 0.4% -
XYZ 7.91 5.13 8.36 -
YUV 64.69 137.21 155.33 -
System Red Green Blue C M Y K H S L
Decimal 103 42 81 0 0.59 0.21 0.60 321.64 0.42 0.28
Hex 67 2A 51 0 3B 15 3C 142 2A 1C
Octal 147 52 121 0 73 25 74 502 52 34
Binary 1100111 101010 1010001 0 111011 10101 111100 101000010 101010 11100

Color Harmonies of #672A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672A51

Black with #672A51

Text Example


Text Example

White with #672A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,42,81); }

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

background-color css

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

 a { background-color: rgb(103,42,81); }

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

border-color css

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

 span { border-color: rgb(103,42,81); }

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