Html Css Color HEX #681242 Pompadour

📋 copy color: '#681242'

red 104 ◦ green 18 ◦ blue 66

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

Shades of Pompadour #681242

Tints of Pompadour #681242

RGB

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

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

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

R = 55.32%
G = 9.57%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#681242 (or 0x681242) is known color: Pompadour. HEX triplet: 68, 12 and 42. RGB value is (104,18,66). Sum of RGB (Red+Green+Blue) = 104+18+66=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #681242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681242 is #97EDBD. Grayscale: #313131. Windows color (decimal): -9956798 or 4330088. OLE color: 4330088.

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

Color convert

RGB 104 18 66 -
CMYK 0 0.83 0.37 0.59
HSL 326.51º 0.7% 0.24% -
HSV(B) 326.51º 0.83% 0.41% -
XYZ 6.91 3.77 5.52 -
YUV 49.19 137.49 167.1 -
System Red Green Blue C M Y K H S L
Decimal 104 18 66 0 0.83 0.37 0.59 326.51 0.7 0.24
Hex 68 12 42 0 53 25 3B 147 46 18
Octal 150 22 102 0 123 45 73 507 106 30
Binary 1101000 10010 1000010 0 1010011 100101 111011 101000111 1000110 11000

Color Harmonies of #681242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681242

Black with #681242

Text Example


Text Example

White with #681242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681242; }

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

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

background-color css

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

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

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

border-color css

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

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

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