Html Css Color HEX #681144 Pompadour

📋 copy color: '#681144'

red 104 ◦ green 17 ◦ blue 68

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

Shades of Pompadour #681144

Tints of Pompadour #681144

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.99%

 BLUE value IS 68 (26.95% from 255) = 35.98%

R = 55.03%
G = 8.99%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#681144 (or 0x681144) is known color: Pompadour. HEX triplet: 68, 11 and 44. RGB value is (104,17,68). Sum of RGB (Red+Green+Blue) = 104+17+68=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #681144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681144 is #97EEBB. Grayscale: #303030. Windows color (decimal): -9957052 or 4460904. OLE color: 4460904.

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

Color convert

RGB 104 17 68 -
CMYK 0 0.84 0.35 0.59
HSL 324.83º 0.72% 0.24% -
HSV(B) 324.83º 0.84% 0.41% -
XYZ 6.95 3.76 5.83 -
YUV 48.83 138.82 167.35 -
System Red Green Blue C M Y K H S L
Decimal 104 17 68 0 0.84 0.35 0.59 324.83 0.72 0.24
Hex 68 11 44 0 54 23 3B 145 48 18
Octal 150 21 104 0 124 43 73 505 110 30
Binary 1101000 10001 1000100 0 1010100 100011 111011 101000101 1001000 11000

Color Harmonies of #681144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681144

Black with #681144

Text Example


Text Example

White with #681144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681144; }

 p { color: rgb(104,17,68); }

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

background-color css

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

 a { background-color: rgb(104,17,68); }

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

border-color css

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

 span { border-color: rgb(104,17,68); }

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