Html Css Color HEX #681449 Pompadour

📋 copy color: '#681449'

red 104 ◦ green 20 ◦ blue 73

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

Shades of Pompadour #681449

Tints of Pompadour #681449

RGB

 RED value IS 104 (41.02% from 255) = 52.79%

 GREEN value IS 20 (8.2% from 255) = 10.15%

 BLUE value IS 73 (28.91% from 255) = 37.06%

R = 52.79%
G = 10.15%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#681449 (or 0x681449) is known color: Pompadour. HEX triplet: 68, 14 and 49. RGB value is (104,20,73). Sum of RGB (Red+Green+Blue) = 104+20+73=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #681449 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681449 is #97EBB6. Grayscale: #333333. Windows color (decimal): -9956279 or 4789352. OLE color: 4789352.

HSL color Cylindrical-coordinate representation of color #681449: hue angle of 322.14º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #681449 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 20 73 -
CMYK 0 0.81 0.30 0.59
HSL 322.14º 0.68% 0.24% -
HSV(B) 322.14º 0.81% 0.41% -
XYZ 7.16 3.92 6.68 -
YUV 51.16 140.33 165.69 -
System Red Green Blue C M Y K H S L
Decimal 104 20 73 0 0.81 0.30 0.59 322.14 0.68 0.24
Hex 68 14 49 0 51 1E 3B 142 44 18
Octal 150 24 111 0 121 36 73 502 104 30
Binary 1101000 10100 1001001 0 1010001 11110 111011 101000010 1000100 11000

Color Harmonies of #681449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681449

Black with #681449

Text Example


Text Example

White with #681449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681449; }

 p { color: rgb(104,20,73); }

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

background-color css

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

 a { background-color: rgb(104,20,73); }

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

border-color css

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

 span { border-color: rgb(104,20,73); }

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