Html Css Color HEX #682D50 Pompadour

📋 copy color: '#682D50'

red 104 ◦ green 45 ◦ blue 80

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

Shades of Pompadour #682D50

Tints of Pompadour #682D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 34.93%

R = 45.41%
G = 19.65%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#682D50 (or 0x682D50) is known color: Pompadour. HEX triplet: 68, 2D and 50. RGB value is (104,45,80). Sum of RGB (Red+Green+Blue) = 104+45+80=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #682D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682D50 is #97D2AF. Grayscale: #424242. Windows color (decimal): -9949872 or 5254504. OLE color: 5254504.

HSL color Cylindrical-coordinate representation of color #682D50: hue angle of 324.41º 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 #682D50 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 45 80 -
CMYK 0 0.57 0.23 0.59
HSL 324.41º 0.4% 0.29% -
HSV(B) 324.41º 0.57% 0.41% -
XYZ 8.1 5.4 8.2 -
YUV 66.63 135.55 154.65 -
System Red Green Blue C M Y K H S L
Decimal 104 45 80 0 0.57 0.23 0.59 324.41 0.4 0.29
Hex 68 2D 50 0 39 17 3B 144 28 1D
Octal 150 55 120 0 71 27 73 504 50 35
Binary 1101000 101101 1010000 0 111001 10111 111011 101000100 101000 11101

Color Harmonies of #682D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682D50

Black with #682D50

Text Example


Text Example

White with #682D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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