Html Css Color HEX #682849 Pompadour

📋 copy color: '#682849'

red 104 ◦ green 40 ◦ blue 73

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

Shades of Pompadour #682849

Tints of Pompadour #682849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 33.64%

R = 47.93%
G = 18.43%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#682849 (or 0x682849) is known color: Pompadour. HEX triplet: 68, 28 and 49. RGB value is (104,40,73). Sum of RGB (Red+Green+Blue) = 104+40+73=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #682849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682849 is #97D7B6. Grayscale: #3E3E3E. Windows color (decimal): -9951159 or 4794472. OLE color: 4794472.

HSL color Cylindrical-coordinate representation of color #682849: hue angle of 329.06º 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 #682849 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 40 73 -
CMYK 0 0.62 0.30 0.59
HSL 329.06º 0.44% 0.28% -
HSV(B) 329.06º 0.62% 0.41% -
XYZ 7.67 4.94 6.85 -
YUV 62.9 133.7 157.32 -
System Red Green Blue C M Y K H S L
Decimal 104 40 73 0 0.62 0.30 0.59 329.06 0.44 0.28
Hex 68 28 49 0 3E 1E 3B 149 2C 1C
Octal 150 50 111 0 76 36 73 511 54 34
Binary 1101000 101000 1001001 0 111110 11110 111011 101001001 101100 11100

Color Harmonies of #682849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682849

Black with #682849

Text Example


Text Example

White with #682849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682849; }

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

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

background-color css

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

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

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

border-color css

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

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

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