Html Css Color HEX #681950 Pompadour

📋 copy color: '#681950'

red 104 ◦ green 25 ◦ blue 80

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

Shades of Pompadour #681950

Tints of Pompadour #681950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.96%

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

R = 49.76%
G = 11.96%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#681950 (or 0x681950) is known color: Pompadour. HEX triplet: 68, 19 and 50. RGB value is (104,25,80). Sum of RGB (Red+Green+Blue) = 104+25+80=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #681950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681950 is #97E6AF. Grayscale: #363636. Windows color (decimal): -9954992 or 5249384. OLE color: 5249384.

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

Color convert

RGB 104 25 80 -
CMYK 0 0.76 0.23 0.59
HSL 318.23º 0.61% 0.25% -
HSV(B) 318.23º 0.76% 0.41% -
XYZ 7.5 4.22 8.01 -
YUV 54.89 142.17 163.03 -
System Red Green Blue C M Y K H S L
Decimal 104 25 80 0 0.76 0.23 0.59 318.23 0.61 0.25
Hex 68 19 50 0 4C 17 3B 13E 3D 19
Octal 150 31 120 0 114 27 73 476 75 31
Binary 1101000 11001 1010000 0 1001100 10111 111011 100111110 111101 11001

Color Harmonies of #681950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681950

Black with #681950

Text Example


Text Example

White with #681950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681950; }

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

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

background-color css

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

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

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

border-color css

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

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

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