Html Css Color HEX #682151 Pompadour

📋 copy color: '#682151'

red 104 ◦ green 33 ◦ blue 81

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

Shades of Pompadour #682151

Tints of Pompadour #682151

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.14%

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

R = 47.71%
G = 15.14%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#682151 (or 0x682151) is known color: Pompadour. HEX triplet: 68, 21 and 51. RGB value is (104,33,81). Sum of RGB (Red+Green+Blue) = 104+33+81=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #682151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682151 is #97DEAE. Grayscale: #3B3B3B. Windows color (decimal): -9952943 or 5316968. OLE color: 5316968.

HSL color Cylindrical-coordinate representation of color #682151: hue angle of 319.44º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #682151 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 33 81 -
CMYK 0 0.68 0.22 0.59
HSL 319.44º 0.52% 0.27% -
HSV(B) 319.44º 0.68% 0.41% -
XYZ 7.74 4.62 8.27 -
YUV 59.7 140.02 159.6 -
System Red Green Blue C M Y K H S L
Decimal 104 33 81 0 0.68 0.22 0.59 319.44 0.52 0.27
Hex 68 21 51 0 44 16 3B 13F 34 1B
Octal 150 41 121 0 104 26 73 477 64 33
Binary 1101000 100001 1010001 0 1000100 10110 111011 100111111 110100 11011

Color Harmonies of #682151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682151

Black with #682151

Text Example


Text Example

White with #682151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682151; }

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

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

background-color css

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

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

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

border-color css

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

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

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