Html Css Color HEX #823251 Disco

📋 copy color: '#823251'

red 130 ◦ green 50 ◦ blue 81

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

Shades of Disco #823251

Tints of Disco #823251

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.16%

 BLUE value IS 81 (32.03% from 255) = 31.03%

R = 49.81%
G = 19.16%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#823251 (or 0x823251) is known color: Disco. HEX triplet: 82, 32 and 51. RGB value is (130,50,81). Sum of RGB (Red+Green+Blue) = 130+50+81=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #823251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823251 is #7DCDAE. Grayscale: #4D4D4D. Windows color (decimal): -8244655 or 5321346. OLE color: 5321346.

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

Color convert

RGB 130 50 81 -
CMYK 0 0.62 0.38 0.49
HSL 336.75º 0.44% 0.35% -
HSV(B) 336.75º 0.62% 0.51% -
XYZ 11.83 7.62 8.63 -
YUV 77.45 130 165.48 -
System Red Green Blue C M Y K H S L
Decimal 130 50 81 0 0.62 0.38 0.49 336.75 0.44 0.35
Hex 82 32 51 0 3E 26 31 151 2C 23
Octal 202 62 121 0 76 46 61 521 54 43
Binary 10000010 110010 1010001 0 111110 100110 110001 101010001 101100 100011

Color Harmonies of #823251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823251

Black with #823251

Text Example


Text Example

White with #823251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823251; }

 p { color: rgb(130,50,81); }

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

background-color css

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

 a { background-color: rgb(130,50,81); }

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

border-color css

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

 span { border-color: rgb(130,50,81); }

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