Html Css Color HEX #683050 Pompadour

📋 copy color: '#683050'

red 104 ◦ green 48 ◦ blue 80

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

Shades of Pompadour #683050

Tints of Pompadour #683050

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.69%

 BLUE value IS 80 (31.64% from 255) = 34.48%

R = 44.83%
G = 20.69%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#683050 (or 0x683050) is known color: Pompadour. HEX triplet: 68, 30 and 50. RGB value is (104,48,80). Sum of RGB (Red+Green+Blue) = 104+48+80=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #683050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683050 is #97CFAF. Grayscale: #444444. Windows color (decimal): -9949104 or 5255272. OLE color: 5255272.

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

Color convert

RGB 104 48 80 -
CMYK 0 0.54 0.23 0.59
HSL 325.71º 0.37% 0.3% -
HSV(B) 325.71º 0.54% 0.41% -
XYZ 8.21 5.64 8.24 -
YUV 68.39 134.55 153.4 -
System Red Green Blue C M Y K H S L
Decimal 104 48 80 0 0.54 0.23 0.59 325.71 0.37 0.3
Hex 68 30 50 0 36 17 3B 146 25 1E
Octal 150 60 120 0 66 27 73 506 45 36
Binary 1101000 110000 1010000 0 110110 10111 111011 101000110 100101 11110

Color Harmonies of #683050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683050

Black with #683050

Text Example


Text Example

White with #683050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683050; }

 p { color: rgb(104,48,80); }

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

background-color css

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

 a { background-color: rgb(104,48,80); }

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

border-color css

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

 span { border-color: rgb(104,48,80); }

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