Html Css Color HEX #682749 Pompadour

📋 copy color: '#682749'

red 104 ◦ green 39 ◦ blue 73

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

Shades of Pompadour #682749

Tints of Pompadour #682749

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.06%

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

R = 48.15%
G = 18.06%
B = 33.8%

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

#682749 (or 0x682749) is known color: Pompadour. HEX triplet: 68, 27 and 49. RGB value is (104,39,73). Sum of RGB (Red+Green+Blue) = 104+39+73=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #682749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682749 is #97D8B6. Grayscale: #3E3E3E. Windows color (decimal): -9951415 or 4794216. OLE color: 4794216.

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

Color convert

RGB 104 39 73 -
CMYK 0 0.62 0.30 0.59
HSL 328.62º 0.45% 0.28% -
HSV(B) 328.62º 0.63% 0.41% -
XYZ 7.64 4.88 6.84 -
YUV 62.31 134.03 157.74 -
System Red Green Blue C M Y K H S L
Decimal 104 39 73 0 0.62 0.30 0.59 328.62 0.45 0.28
Hex 68 27 49 0 3E 1E 3B 149 2D 1C
Octal 150 47 111 0 76 36 73 511 55 34
Binary 1101000 100111 1001001 0 111110 11110 111011 101001001 101101 11100

Color Harmonies of #682749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682749

Black with #682749

Text Example


Text Example

White with #682749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682749; }

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

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

background-color css

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

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

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

border-color css

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

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

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