Html Css Color HEX #683152 Pompadour

📋 copy color: '#683152'

red 104 ◦ green 49 ◦ blue 82

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

Shades of Pompadour #683152

Tints of Pompadour #683152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 34.89%

R = 44.26%
G = 20.85%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#683152 (or 0x683152) is known color: Pompadour. HEX triplet: 68, 31 and 52. RGB value is (104,49,82). Sum of RGB (Red+Green+Blue) = 104+49+82=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #683152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683152 is #97CEAD. Grayscale: #454545. Windows color (decimal): -9948846 or 5386600. OLE color: 5386600.

HSL color Cylindrical-coordinate representation of color #683152: hue angle of 324º 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 #683152 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 49 82 -
CMYK 0 0.53 0.21 0.59
HSL 324º 0.36% 0.3% -
HSV(B) 324º 0.53% 0.41% -
XYZ 8.33 5.75 8.65 -
YUV 69.21 135.22 152.82 -
System Red Green Blue C M Y K H S L
Decimal 104 49 82 0 0.53 0.21 0.59 324 0.36 0.3
Hex 68 31 52 0 35 15 3B 144 24 1E
Octal 150 61 122 0 65 25 73 504 44 36
Binary 1101000 110001 1010010 0 110101 10101 111011 101000100 100100 11110

Color Harmonies of #683152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683152

Black with #683152

Text Example


Text Example

White with #683152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683152; }

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

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

background-color css

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

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

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

border-color css

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

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

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