Html Css Color HEX #682D52 Pompadour

📋 copy color: '#682D52'

red 104 ◦ green 45 ◦ blue 82

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

Shades of Pompadour #682D52

Tints of Pompadour #682D52

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.48%

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

R = 45.02%
G = 19.48%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#682D52 (or 0x682D52) is known color: Pompadour. HEX triplet: 68, 2D and 52. RGB value is (104,45,82). Sum of RGB (Red+Green+Blue) = 104+45+82=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #682D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682D52 is #97D2AD. Grayscale: #424242. Windows color (decimal): -9949870 or 5385576. OLE color: 5385576.

HSL color Cylindrical-coordinate representation of color #682D52: hue angle of 322.37º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #682D52 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 45 82 -
CMYK 0 0.57 0.21 0.59
HSL 322.37º 0.4% 0.29% -
HSV(B) 322.37º 0.57% 0.41% -
XYZ 8.17 5.43 8.6 -
YUV 66.86 136.55 154.49 -
System Red Green Blue C M Y K H S L
Decimal 104 45 82 0 0.57 0.21 0.59 322.37 0.4 0.29
Hex 68 2D 52 0 39 15 3B 142 28 1D
Octal 150 55 122 0 71 25 73 502 50 35
Binary 1101000 101101 1010010 0 111001 10101 111011 101000010 101000 11101

Color Harmonies of #682D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682D52

Black with #682D52

Text Example


Text Example

White with #682D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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