Html Css Color HEX #682C4E Pompadour

📋 copy color: '#682C4E'

red 104 ◦ green 44 ◦ blue 78

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

Shades of Pompadour #682C4E

Tints of Pompadour #682C4E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.47%

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

R = 46.02%
G = 19.47%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#682C4E (or 0x682C4E) is known color: Pompadour. HEX triplet: 68, 2C and 4E. RGB value is (104,44,78). Sum of RGB (Red+Green+Blue) = 104+44+78=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 104 - color contains mainly: red. Hex color #682C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682C4E is #97D3B1. Grayscale: #414141. Windows color (decimal): -9950130 or 5123176. OLE color: 5123176.

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

Color convert

RGB 104 44 78 -
CMYK 0 0.58 0.25 0.59
HSL 326º 0.41% 0.29% -
HSV(B) 326º 0.58% 0.41% -
XYZ 7.98 5.29 7.81 -
YUV 65.82 134.88 155.24 -
System Red Green Blue C M Y K H S L
Decimal 104 44 78 0 0.58 0.25 0.59 326 0.41 0.29
Hex 68 2C 4E 0 3A 19 3B 146 29 1D
Octal 150 54 116 0 72 31 73 506 51 35
Binary 1101000 101100 1001110 0 111010 11001 111011 101000110 101001 11101

Color Harmonies of #682C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682C4E

Black with #682C4E

Text Example


Text Example

White with #682C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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