Html Css Color HEX #682041 Pompadour

📋 copy color: '#682041'

red 104 ◦ green 32 ◦ blue 65

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

Shades of Pompadour #682041

Tints of Pompadour #682041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.34%

R = 51.74%
G = 15.92%
B = 32.34%

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

#682041 (or 0x682041) is known color: Pompadour. HEX triplet: 68, 20 and 41. RGB value is (104,32,65). Sum of RGB (Red+Green+Blue) = 104+32+65=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #682041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682041 is #97DFBE. Grayscale: #393939. Windows color (decimal): -9953215 or 4268136. OLE color: 4268136.

HSL color Cylindrical-coordinate representation of color #682041: hue angle of 332.5º 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 #682041 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 32 65 -
CMYK 0 0.69 0.38 0.59
HSL 332.5º 0.53% 0.27% -
HSV(B) 332.5º 0.69% 0.41% -
XYZ 7.18 4.36 5.46 -
YUV 57.29 132.35 161.32 -
System Red Green Blue C M Y K H S L
Decimal 104 32 65 0 0.69 0.38 0.59 332.5 0.53 0.27
Hex 68 20 41 0 45 26 3B 14C 35 1B
Octal 150 40 101 0 105 46 73 514 65 33
Binary 1101000 100000 1000001 0 1000101 100110 111011 101001100 110101 11011

Color Harmonies of #682041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682041

Black with #682041

Text Example


Text Example

White with #682041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682041; }

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

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

background-color css

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

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

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

border-color css

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

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

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