Html Css Color HEX #681544 Pompadour

📋 copy color: '#681544'

red 104 ◦ green 21 ◦ blue 68

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

Shades of Pompadour #681544

Tints of Pompadour #681544

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.88%

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

R = 53.89%
G = 10.88%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#681544 (or 0x681544) is known color: Pompadour. HEX triplet: 68, 15 and 44. RGB value is (104,21,68). Sum of RGB (Red+Green+Blue) = 104+21+68=193 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.89% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 104 - color contains mainly: red. Hex color #681544 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681544 is #97EABB. Grayscale: #333333. Windows color (decimal): -9956028 or 4461928. OLE color: 4461928.

HSL color Cylindrical-coordinate representation of color #681544: hue angle of 326.02º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #681544 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 21 68 -
CMYK 0 0.80 0.35 0.59
HSL 326.02º 0.66% 0.25% -
HSV(B) 326.02º 0.8% 0.41% -
XYZ 7.02 3.9 5.85 -
YUV 51.18 137.5 165.68 -
System Red Green Blue C M Y K H S L
Decimal 104 21 68 0 0.80 0.35 0.59 326.02 0.66 0.25
Hex 68 15 44 0 50 23 3B 146 42 19
Octal 150 25 104 0 120 43 73 506 102 31
Binary 1101000 10101 1000100 0 1010000 100011 111011 101000110 1000010 11001

Color Harmonies of #681544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681544

Black with #681544

Text Example


Text Example

White with #681544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681544; }

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

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

background-color css

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

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

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

border-color css

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

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

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