Html Css Color HEX #682449 Pompadour

📋 copy color: '#682449'

red 104 ◦ green 36 ◦ blue 73

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

Shades of Pompadour #682449

Tints of Pompadour #682449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.9%

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

R = 48.83%
G = 16.9%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#682449 (or 0x682449) is known color: Pompadour. HEX triplet: 68, 24 and 49. RGB value is (104,36,73). Sum of RGB (Red+Green+Blue) = 104+36+73=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #682449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682449 is #97DBB6. Grayscale: #3C3C3C. Windows color (decimal): -9952183 or 4793448. OLE color: 4793448.

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

Color convert

RGB 104 36 73 -
CMYK 0 0.65 0.30 0.59
HSL 327.35º 0.49% 0.27% -
HSV(B) 327.35º 0.65% 0.41% -
XYZ 7.54 4.69 6.81 -
YUV 60.55 135.03 158.99 -
System Red Green Blue C M Y K H S L
Decimal 104 36 73 0 0.65 0.30 0.59 327.35 0.49 0.27
Hex 68 24 49 0 41 1E 3B 147 31 1B
Octal 150 44 111 0 101 36 73 507 61 33
Binary 1101000 100100 1001001 0 1000001 11110 111011 101000111 110001 11011

Color Harmonies of #682449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682449

Black with #682449

Text Example


Text Example

White with #682449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682449; }

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

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

background-color css

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

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

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

border-color css

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

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

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