Html Css Color HEX #681551 Pompadour

📋 copy color: '#681551'

red 104 ◦ green 21 ◦ blue 81

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

Shades of Pompadour #681551

Tints of Pompadour #681551

RGB

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

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

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

R = 50.49%
G = 10.19%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#681551 (or 0x681551) is known color: Pompadour. HEX triplet: 68, 15 and 51. RGB value is (104,21,81). Sum of RGB (Red+Green+Blue) = 104+21+81=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 81 (32.03% from 255 or 39.32% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #681551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681551 is #97EAAE. Grayscale: #343434. Windows color (decimal): -9956015 or 5313896. OLE color: 5313896.

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

Color convert

RGB 104 21 81 -
CMYK 0 0.80 0.22 0.59
HSL 316.63º 0.66% 0.25% -
HSV(B) 316.63º 0.8% 0.41% -
XYZ 7.46 4.07 8.18 -
YUV 52.66 144 164.62 -
System Red Green Blue C M Y K H S L
Decimal 104 21 81 0 0.80 0.22 0.59 316.63 0.66 0.25
Hex 68 15 51 0 50 16 3B 13D 42 19
Octal 150 25 121 0 120 26 73 475 102 31
Binary 1101000 10101 1010001 0 1010000 10110 111011 100111101 1000010 11001

Color Harmonies of #681551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681551

Black with #681551

Text Example


Text Example

White with #681551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681551; }

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

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

background-color css

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

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

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

border-color css

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

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

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