Html Css Color HEX #683153 Pompadour

📋 copy color: '#683153'

red 104 ◦ green 49 ◦ blue 83

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

Shades of Pompadour #683153

Tints of Pompadour #683153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 35.17%

R = 44.07%
G = 20.76%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#683153 (or 0x683153) is known color: Pompadour. HEX triplet: 68, 31 and 53. RGB value is (104,49,83). Sum of RGB (Red+Green+Blue) = 104+49+83=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #683153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683153 is #97CEAC. Grayscale: #454545. Windows color (decimal): -9948845 or 5452136. OLE color: 5452136.

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

Color convert

RGB 104 49 83 -
CMYK 0 0.53 0.20 0.59
HSL 322.91º 0.36% 0.3% -
HSV(B) 322.91º 0.53% 0.41% -
XYZ 8.37 5.76 8.86 -
YUV 69.32 135.72 152.74 -
System Red Green Blue C M Y K H S L
Decimal 104 49 83 0 0.53 0.20 0.59 322.91 0.36 0.3
Hex 68 31 53 0 35 14 3B 143 24 1E
Octal 150 61 123 0 65 24 73 503 44 36
Binary 1101000 110001 1010011 0 110101 10100 111011 101000011 100100 11110

Color Harmonies of #683153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683153

Black with #683153

Text Example


Text Example

White with #683153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683153; }

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

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

background-color css

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

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

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

border-color css

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

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

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