Html Css Color HEX #682948 Pompadour

📋 copy color: '#682948'

red 104 ◦ green 41 ◦ blue 72

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

Shades of Pompadour #682948

Tints of Pompadour #682948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.89%

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

R = 47.93%
G = 18.89%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#682948 (or 0x682948) is known color: Pompadour. HEX triplet: 68, 29 and 48. RGB value is (104,41,72). Sum of RGB (Red+Green+Blue) = 104+41+72=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #682948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682948 is #97D6B7. Grayscale: #3F3F3F. Windows color (decimal): -9950904 or 4729192. OLE color: 4729192.

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

Color convert

RGB 104 41 72 -
CMYK 0 0.61 0.31 0.59
HSL 330.48º 0.43% 0.28% -
HSV(B) 330.48º 0.61% 0.41% -
XYZ 7.67 5 6.69 -
YUV 63.37 132.87 156.98 -
System Red Green Blue C M Y K H S L
Decimal 104 41 72 0 0.61 0.31 0.59 330.48 0.43 0.28
Hex 68 29 48 0 3D 1F 3B 14A 2B 1C
Octal 150 51 110 0 75 37 73 512 53 34
Binary 1101000 101001 1001000 0 111101 11111 111011 101001010 101011 11100

Color Harmonies of #682948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682948

Black with #682948

Text Example


Text Example

White with #682948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682948; }

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

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

background-color css

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

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

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

border-color css

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

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

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