Html Css Color HEX #681251 Pompadour

📋 copy color: '#681251'

red 104 ◦ green 18 ◦ blue 81

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

Shades of Pompadour #681251

Tints of Pompadour #681251

RGB

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

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

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

R = 51.23%
G = 8.87%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#681251 (or 0x681251) is known color: Pompadour. HEX triplet: 68, 12 and 51. RGB value is (104,18,81). Sum of RGB (Red+Green+Blue) = 104+18+81=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #681251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681251 is #97EDAE. Grayscale: #323232. Windows color (decimal): -9956783 or 5313128. OLE color: 5313128.

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

Color convert

RGB 104 18 81 -
CMYK 0 0.83 0.22 0.59
HSL 316.05º 0.7% 0.24% -
HSV(B) 316.05º 0.83% 0.41% -
XYZ 7.41 3.97 8.16 -
YUV 50.9 144.99 165.88 -
System Red Green Blue C M Y K H S L
Decimal 104 18 81 0 0.83 0.22 0.59 316.05 0.7 0.24
Hex 68 12 51 0 53 16 3B 13C 46 18
Octal 150 22 121 0 123 26 73 474 106 30
Binary 1101000 10010 1010001 0 1010011 10110 111011 100111100 1000110 11000

Color Harmonies of #681251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681251

Black with #681251

Text Example


Text Example

White with #681251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681251; }

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

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

background-color css

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

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

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

border-color css

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

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

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