Html Css Color HEX #682A4E Pompadour

📋 copy color: '#682A4E'

red 104 ◦ green 42 ◦ blue 78

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

Shades of Pompadour #682A4E

Tints of Pompadour #682A4E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.75%

 BLUE value IS 78 (30.86% from 255) = 34.82%

R = 46.43%
G = 18.75%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#682A4E (or 0x682A4E) is known color: Pompadour. HEX triplet: 68, 2A and 4E. RGB value is (104,42,78). Sum of RGB (Red+Green+Blue) = 104+42+78=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #682A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682A4E is #97D5B1. Grayscale: #404040. Windows color (decimal): -9950642 or 5122664. OLE color: 5122664.

HSL color Cylindrical-coordinate representation of color #682A4E: hue angle of 325.16º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #682A4E is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 42 78 -
CMYK 0 0.60 0.25 0.59
HSL 325.16º 0.42% 0.29% -
HSV(B) 325.16º 0.6% 0.41% -
XYZ 7.91 5.15 7.78 -
YUV 64.64 135.54 156.07 -
System Red Green Blue C M Y K H S L
Decimal 104 42 78 0 0.60 0.25 0.59 325.16 0.42 0.29
Hex 68 2A 4E 0 3C 19 3B 145 2A 1D
Octal 150 52 116 0 74 31 73 505 52 35
Binary 1101000 101010 1001110 0 111100 11001 111011 101000101 101010 11101

Color Harmonies of #682A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682A4E

Black with #682A4E

Text Example


Text Example

White with #682A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,42,78); }

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

background-color css

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

 a { background-color: rgb(104,42,78); }

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

border-color css

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

 span { border-color: rgb(104,42,78); }

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