Html Css Color HEX #681249 Pompadour

📋 copy color: '#681249'

red 104 ◦ green 18 ◦ blue 73

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

Shades of Pompadour #681249

Tints of Pompadour #681249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.23%

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

R = 53.33%
G = 9.23%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#681249 (or 0x681249) is known color: Pompadour. HEX triplet: 68, 12 and 49. RGB value is (104,18,73). Sum of RGB (Red+Green+Blue) = 104+18+73=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #681249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681249 is #97EDB6. Grayscale: #313131. Windows color (decimal): -9956791 or 4788840. OLE color: 4788840.

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

Color convert

RGB 104 18 73 -
CMYK 0 0.83 0.30 0.59
HSL 321.63º 0.7% 0.24% -
HSV(B) 321.63º 0.83% 0.41% -
XYZ 7.13 3.86 6.67 -
YUV 49.98 140.99 166.53 -
System Red Green Blue C M Y K H S L
Decimal 104 18 73 0 0.83 0.30 0.59 321.63 0.7 0.24
Hex 68 12 49 0 53 1E 3B 142 46 18
Octal 150 22 111 0 123 36 73 502 106 30
Binary 1101000 10010 1001001 0 1010011 11110 111011 101000010 1000110 11000

Color Harmonies of #681249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681249

Black with #681249

Text Example


Text Example

White with #681249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681249; }

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

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

background-color css

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

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

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

border-color css

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

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

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