Html Css Color HEX #682040 Pompadour

📋 copy color: '#682040'

red 104 ◦ green 32 ◦ blue 64

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

Shades of Pompadour #682040

Tints of Pompadour #682040

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16%

 BLUE value IS 64 (25.39% from 255) = 32%

R = 52%
G = 16%
B = 32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#682040 (or 0x682040) is known color: Pompadour. HEX triplet: 68, 20 and 40. RGB value is (104,32,64). Sum of RGB (Red+Green+Blue) = 104+32+64=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #682040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682040 is #97DFBF. Grayscale: #393939. Windows color (decimal): -9953216 or 4202600. OLE color: 4202600.

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

Color convert

RGB 104 32 64 -
CMYK 0 0.69 0.38 0.59
HSL 333.33º 0.53% 0.27% -
HSV(B) 333.33º 0.69% 0.41% -
XYZ 7.15 4.35 5.31 -
YUV 57.18 131.85 161.4 -
System Red Green Blue C M Y K H S L
Decimal 104 32 64 0 0.69 0.38 0.59 333.33 0.53 0.27
Hex 68 20 40 0 45 26 3B 14D 35 1B
Octal 150 40 100 0 105 46 73 515 65 33
Binary 1101000 100000 1000000 0 1000101 100110 111011 101001101 110101 11011

Color Harmonies of #682040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682040

Black with #682040

Text Example


Text Example

White with #682040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682040; }

 p { color: rgb(104,32,64); }

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

background-color css

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

 a { background-color: rgb(104,32,64); }

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

border-color css

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

 span { border-color: rgb(104,32,64); }

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