Html Css Color HEX #681240 Pompadour

📋 copy color: '#681240'

red 104 ◦ green 18 ◦ blue 64

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

Shades of Pompadour #681240

Tints of Pompadour #681240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.68%

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

R = 55.91%
G = 9.68%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#681240 (or 0x681240) is known color: Pompadour. HEX triplet: 68, 12 and 40. RGB value is (104,18,64). Sum of RGB (Red+Green+Blue) = 104+18+64=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #681240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681240 is #97EDBF. Grayscale: #303030. Windows color (decimal): -9956800 or 4199016. OLE color: 4199016.

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

Color convert

RGB 104 18 64 -
CMYK 0 0.83 0.38 0.59
HSL 327.91º 0.7% 0.24% -
HSV(B) 327.91º 0.83% 0.41% -
XYZ 6.85 3.75 5.21 -
YUV 48.96 136.49 167.26 -
System Red Green Blue C M Y K H S L
Decimal 104 18 64 0 0.83 0.38 0.59 327.91 0.7 0.24
Hex 68 12 40 0 53 26 3B 148 46 18
Octal 150 22 100 0 123 46 73 510 106 30
Binary 1101000 10010 1000000 0 1010011 100110 111011 101001000 1000110 11000

Color Harmonies of #681240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681240

Black with #681240

Text Example


Text Example

White with #681240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681240; }

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

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

background-color css

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

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

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

border-color css

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

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

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