Html Css Color HEX #682949 Pompadour

📋 copy color: '#682949'

red 104 ◦ green 41 ◦ blue 73

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

Shades of Pompadour #682949

Tints of Pompadour #682949

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.81%

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

R = 47.71%
G = 18.81%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#682949 (or 0x682949) is known color: Pompadour. HEX triplet: 68, 29 and 49. RGB value is (104,41,73). Sum of RGB (Red+Green+Blue) = 104+41+73=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #682949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682949 is #97D6B6. Grayscale: #3F3F3F. Windows color (decimal): -9950903 or 4794728. OLE color: 4794728.

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

Color convert

RGB 104 41 73 -
CMYK 0 0.61 0.30 0.59
HSL 329.52º 0.43% 0.28% -
HSV(B) 329.52º 0.61% 0.41% -
XYZ 7.7 5.01 6.86 -
YUV 63.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 104 41 73 0 0.61 0.30 0.59 329.52 0.43 0.28
Hex 68 29 49 0 3D 1E 3B 14A 2B 1C
Octal 150 51 111 0 75 36 73 512 53 34
Binary 1101000 101001 1001001 0 111101 11110 111011 101001010 101011 11100

Color Harmonies of #682949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682949

Black with #682949

Text Example


Text Example

White with #682949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682949; }

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

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

background-color css

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

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

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

border-color css

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

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

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