Html Css Color HEX #681648 Pompadour

📋 copy color: '#681648'

red 104 ◦ green 22 ◦ blue 72

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

Shades of Pompadour #681648

Tints of Pompadour #681648

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.11%

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

R = 52.53%
G = 11.11%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#681648 (or 0x681648) is known color: Pompadour. HEX triplet: 68, 16 and 48. RGB value is (104,22,72). Sum of RGB (Red+Green+Blue) = 104+22+72=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 22 (8.98% from 255 or 11.11% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #681648 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681648 is #97E9B7. Grayscale: #343434. Windows color (decimal): -9955768 or 4724328. OLE color: 4724328.

HSL color Cylindrical-coordinate representation of color #681648: hue angle of 323.41º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #681648 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 22 72 -
CMYK 0 0.79 0.31 0.59
HSL 323.41º 0.65% 0.25% -
HSV(B) 323.41º 0.79% 0.41% -
XYZ 7.17 3.98 6.52 -
YUV 52.22 139.17 164.93 -
System Red Green Blue C M Y K H S L
Decimal 104 22 72 0 0.79 0.31 0.59 323.41 0.65 0.25
Hex 68 16 48 0 4F 1F 3B 143 41 19
Octal 150 26 110 0 117 37 73 503 101 31
Binary 1101000 10110 1001000 0 1001111 11111 111011 101000011 1000001 11001

Color Harmonies of #681648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681648

Black with #681648

Text Example


Text Example

White with #681648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681648; }

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

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

background-color css

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

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

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

border-color css

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

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

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