Html Css Color HEX #823049 Disco

📋 copy color: '#823049'

red 130 ◦ green 48 ◦ blue 73

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

Shades of Disco #823049

Tints of Disco #823049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 29.08%

R = 51.79%
G = 19.12%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#823049 (or 0x823049) is known color: Disco. HEX triplet: 82, 30 and 49. RGB value is (130,48,73). Sum of RGB (Red+Green+Blue) = 130+48+73=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #823049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823049 is #7DCFB6. Grayscale: #4B4B4B. Windows color (decimal): -8245175 or 4796546. OLE color: 4796546.

HSL color Cylindrical-coordinate representation of color #823049: hue angle of 341.71º 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 #823049 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 48 73 -
CMYK 0 0.63 0.44 0.49
HSL 341.71º 0.46% 0.35% -
HSV(B) 341.71º 0.63% 0.51% -
XYZ 11.47 7.34 7.12 -
YUV 75.37 126.67 166.97 -
System Red Green Blue C M Y K H S L
Decimal 130 48 73 0 0.63 0.44 0.49 341.71 0.46 0.35
Hex 82 30 49 0 3F 2C 31 156 2E 23
Octal 202 60 111 0 77 54 61 526 56 43
Binary 10000010 110000 1001001 0 111111 101100 110001 101010110 101110 100011

Color Harmonies of #823049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823049

Black with #823049

Text Example


Text Example

White with #823049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823049; }

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

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

background-color css

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

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

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

border-color css

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

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

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