Html Css Color HEX #682D4E Pompadour

📋 copy color: '#682D4E'

red 104 ◦ green 45 ◦ blue 78

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

Shades of Pompadour #682D4E

Tints of Pompadour #682D4E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.82%

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

R = 45.81%
G = 19.82%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#682D4E (or 0x682D4E) is known color: Pompadour. HEX triplet: 68, 2D and 4E. RGB value is (104,45,78). Sum of RGB (Red+Green+Blue) = 104+45+78=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 104 - color contains mainly: red. Hex color #682D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682D4E is #97D2B1. Grayscale: #424242. Windows color (decimal): -9949874 or 5123432. OLE color: 5123432.

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

Color convert

RGB 104 45 78 -
CMYK 0 0.57 0.25 0.59
HSL 326.44º 0.4% 0.29% -
HSV(B) 326.44º 0.57% 0.41% -
XYZ 8.02 5.37 7.82 -
YUV 66.4 134.55 154.82 -
System Red Green Blue C M Y K H S L
Decimal 104 45 78 0 0.57 0.25 0.59 326.44 0.4 0.29
Hex 68 2D 4E 0 39 19 3B 146 28 1D
Octal 150 55 116 0 71 31 73 506 50 35
Binary 1101000 101101 1001110 0 111001 11001 111011 101000110 101000 11101

Color Harmonies of #682D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682D4E

Black with #682D4E

Text Example


Text Example

White with #682D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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