Html Css Color HEX #681547 Pompadour

📋 copy color: '#681547'

red 104 ◦ green 21 ◦ blue 71

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

Shades of Pompadour #681547

Tints of Pompadour #681547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 36.22%

R = 53.06%
G = 10.71%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.59

RGB Variations

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

Color information

#681547 (or 0x681547) is known color: Pompadour. HEX triplet: 68, 15 and 47. RGB value is (104,21,71). Sum of RGB (Red+Green+Blue) = 104+21+71=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 71 (28.12% from 255 or 36.22% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #681547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681547 is #97EAB8. Grayscale: #333333. Windows color (decimal): -9956025 or 4658536. OLE color: 4658536.

HSL color Cylindrical-coordinate representation of color #681547: hue angle of 323.86º 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 #681547 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 21 71 -
CMYK 0 0.80 0.32 0.59
HSL 323.86º 0.66% 0.25% -
HSV(B) 323.86º 0.8% 0.41% -
XYZ 7.11 3.93 6.35 -
YUV 51.52 139 165.43 -
System Red Green Blue C M Y K H S L
Decimal 104 21 71 0 0.80 0.32 0.59 323.86 0.66 0.25
Hex 68 15 47 0 50 20 3B 144 42 19
Octal 150 25 107 0 120 40 73 504 102 31
Binary 1101000 10101 1000111 0 1010000 100000 111011 101000100 1000010 11001

Color Harmonies of #681547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681547

Black with #681547

Text Example


Text Example

White with #681547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681547; }

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

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

background-color css

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

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

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

border-color css

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

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

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