Html Css Color HEX #682552 Pompadour

📋 copy color: '#682552'

red 104 ◦ green 37 ◦ blue 82

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

Shades of Pompadour #682552

Tints of Pompadour #682552

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.59%

 BLUE value IS 82 (32.42% from 255) = 36.77%

R = 46.64%
G = 16.59%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#682552 (or 0x682552) is known color: Pompadour. HEX triplet: 68, 25 and 52. RGB value is (104,37,82). Sum of RGB (Red+Green+Blue) = 104+37+82=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #682552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682552 is #97DAAD. Grayscale: #3E3E3E. Windows color (decimal): -9951918 or 5383528. OLE color: 5383528.

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

Color convert

RGB 104 37 82 -
CMYK 0 0.64 0.21 0.59
HSL 319.7º 0.48% 0.28% -
HSV(B) 319.7º 0.64% 0.41% -
XYZ 7.89 4.88 8.51 -
YUV 62.16 139.2 157.84 -
System Red Green Blue C M Y K H S L
Decimal 104 37 82 0 0.64 0.21 0.59 319.7 0.48 0.28
Hex 68 25 52 0 40 15 3B 140 30 1C
Octal 150 45 122 0 100 25 73 500 60 34
Binary 1101000 100101 1010010 0 1000000 10101 111011 101000000 110000 11100

Color Harmonies of #682552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682552

Black with #682552

Text Example


Text Example

White with #682552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682552; }

 p { color: rgb(104,37,82); }

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

background-color css

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

 a { background-color: rgb(104,37,82); }

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

border-color css

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

 span { border-color: rgb(104,37,82); }

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