Html Css Color HEX #683151 Pompadour

📋 copy color: '#683151'

red 104 ◦ green 49 ◦ blue 81

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

Shades of Pompadour #683151

Tints of Pompadour #683151

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.94%

 BLUE value IS 81 (32.03% from 255) = 34.62%

R = 44.44%
G = 20.94%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#683151 (or 0x683151) is known color: Pompadour. HEX triplet: 68, 31 and 51. RGB value is (104,49,81). Sum of RGB (Red+Green+Blue) = 104+49+81=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #683151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683151 is #97CEAE. Grayscale: #454545. Windows color (decimal): -9948847 or 5321064. OLE color: 5321064.

HSL color Cylindrical-coordinate representation of color #683151: hue angle of 325.09º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #683151 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 49 81 -
CMYK 0 0.53 0.22 0.59
HSL 325.09º 0.36% 0.3% -
HSV(B) 325.09º 0.53% 0.41% -
XYZ 8.29 5.73 8.45 -
YUV 69.09 134.72 152.9 -
System Red Green Blue C M Y K H S L
Decimal 104 49 81 0 0.53 0.22 0.59 325.09 0.36 0.3
Hex 68 31 51 0 35 16 3B 145 24 1E
Octal 150 61 121 0 65 26 73 505 44 36
Binary 1101000 110001 1010001 0 110101 10110 111011 101000101 100100 11110

Color Harmonies of #683151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683151

Black with #683151

Text Example


Text Example

White with #683151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683151; }

 p { color: rgb(104,49,81); }

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

background-color css

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

 a { background-color: rgb(104,49,81); }

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

border-color css

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

 span { border-color: rgb(104,49,81); }

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