Html Css Color HEX #823350 Disco

📋 copy color: '#823350'

red 130 ◦ green 51 ◦ blue 80

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

Shades of Disco #823350

Tints of Disco #823350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.54%

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

R = 49.81%
G = 19.54%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#823350 (or 0x823350) is known color: Disco. HEX triplet: 82, 33 and 50. RGB value is (130,51,80). Sum of RGB (Red+Green+Blue) = 130+51+80=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #823350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823350 is #7DCCAF. Grayscale: #4D4D4D. Windows color (decimal): -8244400 or 5256066. OLE color: 5256066.

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

Color convert

RGB 130 51 80 -
CMYK 0 0.61 0.38 0.49
HSL 337.97º 0.44% 0.35% -
HSV(B) 337.97º 0.61% 0.51% -
XYZ 11.84 7.69 8.45 -
YUV 77.93 129.17 165.14 -
System Red Green Blue C M Y K H S L
Decimal 130 51 80 0 0.61 0.38 0.49 337.97 0.44 0.35
Hex 82 33 50 0 3D 26 31 152 2C 23
Octal 202 63 120 0 75 46 61 522 54 43
Binary 10000010 110011 1010000 0 111101 100110 110001 101010010 101100 100011

Color Harmonies of #823350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823350

Black with #823350

Text Example


Text Example

White with #823350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823350; }

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

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

background-color css

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

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

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

border-color css

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

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

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