Html Css Color HEX #823550 Disco

📋 copy color: '#823550'

red 130 ◦ green 53 ◦ blue 80

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

Shades of Disco #823550

Tints of Disco #823550

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.15%

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

R = 49.43%
G = 20.15%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#823550 (or 0x823550) is known color: Disco. HEX triplet: 82, 35 and 50. RGB value is (130,53,80). Sum of RGB (Red+Green+Blue) = 130+53+80=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #823550 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823550 is #7DCAAF. Grayscale: #4F4F4F. Windows color (decimal): -8243888 or 5256578. OLE color: 5256578.

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

Color convert

RGB 130 53 80 -
CMYK 0 0.59 0.38 0.49
HSL 338.96º 0.42% 0.36% -
HSV(B) 338.96º 0.59% 0.51% -
XYZ 11.93 7.87 8.48 -
YUV 79.1 128.51 164.3 -
System Red Green Blue C M Y K H S L
Decimal 130 53 80 0 0.59 0.38 0.49 338.96 0.42 0.36
Hex 82 35 50 0 3B 26 31 153 2A 24
Octal 202 65 120 0 73 46 61 523 52 44
Binary 10000010 110101 1010000 0 111011 100110 110001 101010011 101010 100100

Color Harmonies of #823550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823550

Black with #823550

Text Example


Text Example

White with #823550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823550; }

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

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

background-color css

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

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

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

border-color css

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

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

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