Html Css Color HEX #682F50 Pompadour

📋 copy color: '#682F50'

red 104 ◦ green 47 ◦ blue 80

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

Shades of Pompadour #682F50

Tints of Pompadour #682F50

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.35%

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

R = 45.02%
G = 20.35%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#682F50 (or 0x682F50) is known color: Pompadour. HEX triplet: 68, 2F and 50. RGB value is (104,47,80). Sum of RGB (Red+Green+Blue) = 104+47+80=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #682F50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682F50 is #97D0AF. Grayscale: #434343. Windows color (decimal): -9949360 or 5255016. OLE color: 5255016.

HSL color Cylindrical-coordinate representation of color #682F50: hue angle of 325.26º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #682F50 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 47 80 -
CMYK 0 0.55 0.23 0.59
HSL 325.26º 0.38% 0.3% -
HSV(B) 325.26º 0.55% 0.41% -
XYZ 8.17 5.56 8.23 -
YUV 67.81 134.88 153.82 -
System Red Green Blue C M Y K H S L
Decimal 104 47 80 0 0.55 0.23 0.59 325.26 0.38 0.3
Hex 68 2F 50 0 37 17 3B 145 26 1E
Octal 150 57 120 0 67 27 73 505 46 36
Binary 1101000 101111 1010000 0 110111 10111 111011 101000101 100110 11110

Color Harmonies of #682F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682F50

Black with #682F50

Text Example


Text Example

White with #682F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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