Html Css Color HEX #823352 Disco

📋 copy color: '#823352'

red 130 ◦ green 51 ◦ blue 82

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

Shades of Disco #823352

Tints of Disco #823352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 31.18%

R = 49.43%
G = 19.39%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#823352 (or 0x823352) is known color: Disco. HEX triplet: 82, 33 and 52. RGB value is (130,51,82). Sum of RGB (Red+Green+Blue) = 130+51+82=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #823352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823352 is #7DCCAD. Grayscale: #4E4E4E. Windows color (decimal): -8244398 or 5387138. OLE color: 5387138.

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

Color convert

RGB 130 51 82 -
CMYK 0 0.61 0.37 0.49
HSL 336.46º 0.44% 0.35% -
HSV(B) 336.46º 0.61% 0.51% -
XYZ 11.91 7.72 8.85 -
YUV 78.16 130.17 164.98 -
System Red Green Blue C M Y K H S L
Decimal 130 51 82 0 0.61 0.37 0.49 336.46 0.44 0.35
Hex 82 33 52 0 3D 25 31 150 2C 23
Octal 202 63 122 0 75 45 61 520 54 43
Binary 10000010 110011 1010010 0 111101 100101 110001 101010000 101100 100011

Color Harmonies of #823352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823352

Black with #823352

Text Example


Text Example

White with #823352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823352; }

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

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

background-color css

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

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

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

border-color css

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

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

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