Html Css Color HEX #681148 Pompadour

📋 copy color: '#681148'

red 104 ◦ green 17 ◦ blue 72

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

Shades of Pompadour #681148

Tints of Pompadour #681148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.81%

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

R = 53.89%
G = 8.81%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#681148 (or 0x681148) is known color: Pompadour. HEX triplet: 68, 11 and 48. RGB value is (104,17,72). Sum of RGB (Red+Green+Blue) = 104+17+72=193 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.89% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 104 - color contains mainly: red. Hex color #681148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681148 is #97EEB7. Grayscale: #313131. Windows color (decimal): -9957048 or 4723048. OLE color: 4723048.

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

Color convert

RGB 104 17 72 -
CMYK 0 0.84 0.31 0.59
HSL 322.07º 0.72% 0.24% -
HSV(B) 322.07º 0.84% 0.41% -
XYZ 7.08 3.81 6.49 -
YUV 49.28 140.82 167.03 -
System Red Green Blue C M Y K H S L
Decimal 104 17 72 0 0.84 0.31 0.59 322.07 0.72 0.24
Hex 68 11 48 0 54 1F 3B 142 48 18
Octal 150 21 110 0 124 37 73 502 110 30
Binary 1101000 10001 1001000 0 1010100 11111 111011 101000010 1001000 11000

Color Harmonies of #681148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681148

Black with #681148

Text Example


Text Example

White with #681148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681148; }

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

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

background-color css

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

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

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

border-color css

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

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

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