Html Css Color HEX #681142 Pompadour

📋 copy color: '#681142'

red 104 ◦ green 17 ◦ blue 66

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

Shades of Pompadour #681142

Tints of Pompadour #681142

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.09%

 BLUE value IS 66 (26.17% from 255) = 35.29%

R = 55.61%
G = 9.09%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#681142 (or 0x681142) is known color: Pompadour. HEX triplet: 68, 11 and 42. RGB value is (104,17,66). Sum of RGB (Red+Green+Blue) = 104+17+66=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #681142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681142 is #97EEBD. Grayscale: #303030. Windows color (decimal): -9957054 or 4329832. OLE color: 4329832.

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

Color convert

RGB 104 17 66 -
CMYK 0 0.84 0.37 0.59
HSL 326.21º 0.72% 0.24% -
HSV(B) 326.21º 0.84% 0.41% -
XYZ 6.89 3.74 5.51 -
YUV 48.6 137.82 167.52 -
System Red Green Blue C M Y K H S L
Decimal 104 17 66 0 0.84 0.37 0.59 326.21 0.72 0.24
Hex 68 11 42 0 54 25 3B 146 48 18
Octal 150 21 102 0 124 45 73 506 110 30
Binary 1101000 10001 1000010 0 1010100 100101 111011 101000110 1001000 11000

Color Harmonies of #681142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681142

Black with #681142

Text Example


Text Example

White with #681142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681142; }

 p { color: rgb(104,17,66); }

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

background-color css

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

 a { background-color: rgb(104,17,66); }

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

border-color css

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

 span { border-color: rgb(104,17,66); }

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