Html Css Color HEX #823050 Disco

📋 copy color: '#823050'

red 130 ◦ green 48 ◦ blue 80

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

Shades of Disco #823050

Tints of Disco #823050

RGB

 RED value IS 130 (51.17% from 255) = 50.39%

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

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

R = 50.39%
G = 18.6%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#823050 (or 0x823050) is known color: Disco. HEX triplet: 82, 30 and 50. RGB value is (130,48,80). Sum of RGB (Red+Green+Blue) = 130+48+80=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #823050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823050 is #7DCFAF. Grayscale: #4C4C4C. Windows color (decimal): -8245168 or 5255298. OLE color: 5255298.

HSL color Cylindrical-coordinate representation of color #823050: hue angle of 336.59º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #823050 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 48 80 -
CMYK 0 0.63 0.38 0.49
HSL 336.59º 0.46% 0.35% -
HSV(B) 336.59º 0.63% 0.51% -
XYZ 11.71 7.44 8.41 -
YUV 76.17 130.17 166.4 -
System Red Green Blue C M Y K H S L
Decimal 130 48 80 0 0.63 0.38 0.49 336.59 0.46 0.35
Hex 82 30 50 0 3F 26 31 151 2E 23
Octal 202 60 120 0 77 46 61 521 56 43
Binary 10000010 110000 1010000 0 111111 100110 110001 101010001 101110 100011

Color Harmonies of #823050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823050

Black with #823050

Text Example


Text Example

White with #823050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823050; }

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

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

background-color css

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

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

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

border-color css

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

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

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