Html Css Color HEX #681748 Pompadour

📋 copy color: '#681748'

red 104 ◦ green 23 ◦ blue 72

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

Shades of Pompadour #681748

Tints of Pompadour #681748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.56%

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

R = 52.26%
G = 11.56%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#681748 (or 0x681748) is known color: Pompadour. HEX triplet: 68, 17 and 48. RGB value is (104,23,72). Sum of RGB (Red+Green+Blue) = 104+23+72=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #681748 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681748 is #97E8B7. Grayscale: #343434. Windows color (decimal): -9955512 or 4724584. OLE color: 4724584.

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

Color convert

RGB 104 23 72 -
CMYK 0 0.78 0.31 0.59
HSL 323.7º 0.64% 0.25% -
HSV(B) 323.7º 0.78% 0.41% -
XYZ 7.19 4.02 6.53 -
YUV 52.81 138.84 164.52 -
System Red Green Blue C M Y K H S L
Decimal 104 23 72 0 0.78 0.31 0.59 323.7 0.64 0.25
Hex 68 17 48 0 4E 1F 3B 144 40 19
Octal 150 27 110 0 116 37 73 504 100 31
Binary 1101000 10111 1001000 0 1001110 11111 111011 101000100 1000000 11001

Color Harmonies of #681748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681748

Black with #681748

Text Example


Text Example

White with #681748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681748; }

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

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

background-color css

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

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

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

border-color css

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

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

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