Html Css Color HEX #681E48 Pompadour

📋 copy color: '#681E48'

red 104 ◦ green 30 ◦ blue 72

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

Shades of Pompadour #681E48

Tints of Pompadour #681E48

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.56%

 BLUE value IS 72 (28.52% from 255) = 34.95%

R = 50.49%
G = 14.56%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#681E48 (or 0x681E48) is known color: Pompadour. HEX triplet: 68, 1E and 48. RGB value is (104,30,72). Sum of RGB (Red+Green+Blue) = 104+30+72=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #681E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681E48 is #97E1B7. Grayscale: #383838. Windows color (decimal): -9953720 or 4726376. OLE color: 4726376.

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

Color convert

RGB 104 30 72 -
CMYK 0 0.71 0.31 0.59
HSL 325.95º 0.55% 0.26% -
HSV(B) 325.95º 0.71% 0.41% -
XYZ 7.34 4.34 6.58 -
YUV 56.91 136.52 161.58 -
System Red Green Blue C M Y K H S L
Decimal 104 30 72 0 0.71 0.31 0.59 325.95 0.55 0.26
Hex 68 1E 48 0 47 1F 3B 146 37 1A
Octal 150 36 110 0 107 37 73 506 67 32
Binary 1101000 11110 1001000 0 1000111 11111 111011 101000110 110111 11010

Color Harmonies of #681E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681E48

Black with #681E48

Text Example


Text Example

White with #681E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,30,72); }

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

background-color css

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

 a { background-color: rgb(104,30,72); }

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

border-color css

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

 span { border-color: rgb(104,30,72); }

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