Html Css Color HEX #682051 Pompadour

📋 copy color: '#682051'

red 104 ◦ green 32 ◦ blue 81

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

Shades of Pompadour #682051

Tints of Pompadour #682051

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.75%

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

R = 47.93%
G = 14.75%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#682051 (or 0x682051) is known color: Pompadour. HEX triplet: 68, 20 and 51. RGB value is (104,32,81). Sum of RGB (Red+Green+Blue) = 104+32+81=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #682051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682051 is #97DFAE. Grayscale: #3A3A3A. Windows color (decimal): -9953199 or 5316712. OLE color: 5316712.

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

Color convert

RGB 104 32 81 -
CMYK 0 0.69 0.22 0.59
HSL 319.17º 0.53% 0.27% -
HSV(B) 319.17º 0.69% 0.41% -
XYZ 7.71 4.57 8.26 -
YUV 59.11 140.35 160.02 -
System Red Green Blue C M Y K H S L
Decimal 104 32 81 0 0.69 0.22 0.59 319.17 0.53 0.27
Hex 68 20 51 0 45 16 3B 13F 35 1B
Octal 150 40 121 0 105 26 73 477 65 33
Binary 1101000 100000 1010001 0 1000101 10110 111011 100111111 110101 11011

Color Harmonies of #682051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682051

Black with #682051

Text Example


Text Example

White with #682051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682051; }

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

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

background-color css

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

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

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

border-color css

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

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

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