Html Css Color HEX #681250 Pompadour

📋 copy color: '#681250'

red 104 ◦ green 18 ◦ blue 80

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

Shades of Pompadour #681250

Tints of Pompadour #681250

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.91%

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

R = 51.49%
G = 8.91%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#681250 (or 0x681250) is known color: Pompadour. HEX triplet: 68, 12 and 50. RGB value is (104,18,80). Sum of RGB (Red+Green+Blue) = 104+18+80=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #681250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681250 is #97EDAF. Grayscale: #323232. Windows color (decimal): -9956784 or 5247592. OLE color: 5247592.

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

Color convert

RGB 104 18 80 -
CMYK 0 0.83 0.23 0.59
HSL 316.74º 0.7% 0.24% -
HSV(B) 316.74º 0.83% 0.41% -
XYZ 7.37 3.95 7.96 -
YUV 50.78 144.49 165.96 -
System Red Green Blue C M Y K H S L
Decimal 104 18 80 0 0.83 0.23 0.59 316.74 0.7 0.24
Hex 68 12 50 0 53 17 3B 13D 46 18
Octal 150 22 120 0 123 27 73 475 106 30
Binary 1101000 10010 1010000 0 1010011 10111 111011 100111101 1000110 11000

Color Harmonies of #681250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681250

Black with #681250

Text Example


Text Example

White with #681250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681250; }

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

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

background-color css

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

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

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

border-color css

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

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

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