Html Css Color HEX #681751 Pompadour

📋 copy color: '#681751'

red 104 ◦ green 23 ◦ blue 81

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

Shades of Pompadour #681751

Tints of Pompadour #681751

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.06%

 BLUE value IS 81 (32.03% from 255) = 38.94%

R = 50%
G = 11.06%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#681751 (or 0x681751) is known color: Pompadour. HEX triplet: 68, 17 and 51. RGB value is (104,23,81). Sum of RGB (Red+Green+Blue) = 104+23+81=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 81 (32.03% from 255 or 38.94% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #681751 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681751 is #97E8AE. Grayscale: #353535. Windows color (decimal): -9955503 or 5314408. OLE color: 5314408.

HSL color Cylindrical-coordinate representation of color #681751: hue angle of 317.04º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #681751 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 23 81 -
CMYK 0 0.78 0.22 0.59
HSL 317.04º 0.64% 0.25% -
HSV(B) 317.04º 0.78% 0.41% -
XYZ 7.5 4.15 8.19 -
YUV 53.83 143.34 163.78 -
System Red Green Blue C M Y K H S L
Decimal 104 23 81 0 0.78 0.22 0.59 317.04 0.64 0.25
Hex 68 17 51 0 4E 16 3B 13D 40 19
Octal 150 27 121 0 116 26 73 475 100 31
Binary 1101000 10111 1010001 0 1001110 10110 111011 100111101 1000000 11001

Color Harmonies of #681751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681751

Black with #681751

Text Example


Text Example

White with #681751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681751; }

 p { color: rgb(104,23,81); }

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

background-color css

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

 a { background-color: rgb(104,23,81); }

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

border-color css

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

 span { border-color: rgb(104,23,81); }

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