Html Css Color HEX #681C44 Pompadour

📋 copy color: '#681C44'

red 104 ◦ green 28 ◦ blue 68

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

Shades of Pompadour #681C44

Tints of Pompadour #681C44

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14%

 BLUE value IS 68 (26.95% from 255) = 34%

R = 52%
G = 14%
B = 34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#681C44 (or 0x681C44) is known color: Pompadour. HEX triplet: 68, 1C and 44. RGB value is (104,28,68). Sum of RGB (Red+Green+Blue) = 104+28+68=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #681C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681C44 is #97E3BB. Grayscale: #373737. Windows color (decimal): -9954236 or 4463720. OLE color: 4463720.

HSL color Cylindrical-coordinate representation of color #681C44: hue angle of 328.42º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #681C44 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 28 68 -
CMYK 0 0.73 0.35 0.59
HSL 328.42º 0.58% 0.26% -
HSV(B) 328.42º 0.73% 0.41% -
XYZ 7.17 4.19 5.9 -
YUV 55.28 135.18 162.75 -
System Red Green Blue C M Y K H S L
Decimal 104 28 68 0 0.73 0.35 0.59 328.42 0.58 0.26
Hex 68 1C 44 0 49 23 3B 148 3A 1A
Octal 150 34 104 0 111 43 73 510 72 32
Binary 1101000 11100 1000100 0 1001001 100011 111011 101001000 111010 11010

Color Harmonies of #681C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681C44

Black with #681C44

Text Example


Text Example

White with #681C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681C44; }

 p { color: rgb(104,28,68); }

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

background-color css

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

 a { background-color: rgb(104,28,68); }

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

border-color css

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

 span { border-color: rgb(104,28,68); }

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