Html Css Color HEX #682851 Pompadour

📋 copy color: '#682851'

red 104 ◦ green 40 ◦ blue 81

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

Shades of Pompadour #682851

Tints of Pompadour #682851

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.78%

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

R = 46.22%
G = 17.78%
B = 36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#682851 (or 0x682851) is known color: Pompadour. HEX triplet: 68, 28 and 51. RGB value is (104,40,81). Sum of RGB (Red+Green+Blue) = 104+40+81=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #682851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682851 is #97D7AE. Grayscale: #3F3F3F. Windows color (decimal): -9951151 or 5318760. OLE color: 5318760.

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

Color convert

RGB 104 40 81 -
CMYK 0 0.62 0.22 0.59
HSL 321.56º 0.44% 0.28% -
HSV(B) 321.56º 0.62% 0.41% -
XYZ 7.95 5.05 8.34 -
YUV 63.81 137.7 156.67 -
System Red Green Blue C M Y K H S L
Decimal 104 40 81 0 0.62 0.22 0.59 321.56 0.44 0.28
Hex 68 28 51 0 3E 16 3B 142 2C 1C
Octal 150 50 121 0 76 26 73 502 54 34
Binary 1101000 101000 1010001 0 111110 10110 111011 101000010 101100 11100

Color Harmonies of #682851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682851

Black with #682851

Text Example


Text Example

White with #682851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682851; }

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

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

background-color css

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

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

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

border-color css

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

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

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