Html Css Color HEX #681650 Pompadour

📋 copy color: '#681650'

red 104 ◦ green 22 ◦ blue 80

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

Shades of Pompadour #681650

Tints of Pompadour #681650

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.68%

 BLUE value IS 80 (31.64% from 255) = 38.83%

R = 50.49%
G = 10.68%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#681650 (or 0x681650) is known color: Pompadour. HEX triplet: 68, 16 and 50. RGB value is (104,22,80). Sum of RGB (Red+Green+Blue) = 104+22+80=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #681650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681650 is #97E9AF. Grayscale: #343434. Windows color (decimal): -9955760 or 5248616. OLE color: 5248616.

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

Color convert

RGB 104 22 80 -
CMYK 0 0.79 0.23 0.59
HSL 317.56º 0.65% 0.25% -
HSV(B) 317.56º 0.79% 0.41% -
XYZ 7.44 4.1 7.99 -
YUV 53.13 143.17 164.28 -
System Red Green Blue C M Y K H S L
Decimal 104 22 80 0 0.79 0.23 0.59 317.56 0.65 0.25
Hex 68 16 50 0 4F 17 3B 13E 41 19
Octal 150 26 120 0 117 27 73 476 101 31
Binary 1101000 10110 1010000 0 1001111 10111 111011 100111110 1000001 11001

Color Harmonies of #681650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681650

Black with #681650

Text Example


Text Example

White with #681650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681650; }

 p { color: rgb(104,22,80); }

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

background-color css

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

 a { background-color: rgb(104,22,80); }

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

border-color css

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

 span { border-color: rgb(104,22,80); }

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