Html Css Color HEX #833251 Disco

📋 copy color: '#833251'

red 131 ◦ green 50 ◦ blue 81

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

Shades of Disco #833251

Tints of Disco #833251

RGB

 RED value IS 131 (51.56% from 255) = 50%

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

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

R = 50%
G = 19.08%
B = 30.92%

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

#833251 (or 0x833251) is known color: Disco. HEX triplet: 83, 32 and 51. RGB value is (131,50,81). Sum of RGB (Red+Green+Blue) = 131+50+81=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #833251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833251 is #7CCDAE. Grayscale: #4D4D4D. Windows color (decimal): -8179119 or 5321347. OLE color: 5321347.

HSL color Cylindrical-coordinate representation of color #833251: hue angle of 337.04º degrees, saturation: 0.45, 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 #833251 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 50 81 -
CMYK 0 0.62 0.38 0.49
HSL 337.04º 0.45% 0.35% -
HSV(B) 337.04º 0.62% 0.51% -
XYZ 11.99 7.7 8.64 -
YUV 77.75 129.84 165.98 -
System Red Green Blue C M Y K H S L
Decimal 131 50 81 0 0.62 0.38 0.49 337.04 0.45 0.35
Hex 83 32 51 0 3E 26 31 151 2D 23
Octal 203 62 121 0 76 46 61 521 55 43
Binary 10000011 110010 1010001 0 111110 100110 110001 101010001 101101 100011

Color Harmonies of #833251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833251

Black with #833251

Text Example


Text Example

White with #833251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833251; }

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

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

background-color css

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

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

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

border-color css

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

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

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