Html Css Color HEX #681940 Pompadour

📋 copy color: '#681940'

red 104 ◦ green 25 ◦ blue 64

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

Shades of Pompadour #681940

Tints of Pompadour #681940

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.95%

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

R = 53.89%
G = 12.95%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#681940 (or 0x681940) is known color: Pompadour. HEX triplet: 68, 19 and 40. RGB value is (104,25,64). Sum of RGB (Red+Green+Blue) = 104+25+64=193 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.89% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 104 - color contains mainly: red. Hex color #681940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681940 is #97E6BF. Grayscale: #343434. Windows color (decimal): -9955008 or 4200808. OLE color: 4200808.

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

Color convert

RGB 104 25 64 -
CMYK 0 0.76 0.38 0.59
HSL 330.38º 0.61% 0.25% -
HSV(B) 330.38º 0.76% 0.41% -
XYZ 6.98 4.01 5.26 -
YUV 53.07 134.17 164.33 -
System Red Green Blue C M Y K H S L
Decimal 104 25 64 0 0.76 0.38 0.59 330.38 0.61 0.25
Hex 68 19 40 0 4C 26 3B 14A 3D 19
Octal 150 31 100 0 114 46 73 512 75 31
Binary 1101000 11001 1000000 0 1001100 100110 111011 101001010 111101 11001

Color Harmonies of #681940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681940

Black with #681940

Text Example


Text Example

White with #681940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681940; }

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

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

background-color css

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

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

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

border-color css

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

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

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