Html Css Color HEX #833250 Disco

📋 copy color: '#833250'

red 131 ◦ green 50 ◦ blue 80

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

Shades of Disco #833250

Tints of Disco #833250

RGB

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

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

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

R = 50.19%
G = 19.16%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#833250 (or 0x833250) is known color: Disco. HEX triplet: 83, 32 and 50. RGB value is (131,50,80). Sum of RGB (Red+Green+Blue) = 131+50+80=261 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.19% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 131 - color contains mainly: red. Hex color #833250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833250 is #7CCDAF. Grayscale: #4D4D4D. Windows color (decimal): -8179120 or 5255811. OLE color: 5255811.

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

Color convert

RGB 131 50 80 -
CMYK 0 0.62 0.39 0.49
HSL 337.78º 0.45% 0.35% -
HSV(B) 337.78º 0.62% 0.51% -
XYZ 11.95 7.69 8.44 -
YUV 77.64 129.34 166.06 -
System Red Green Blue C M Y K H S L
Decimal 131 50 80 0 0.62 0.39 0.49 337.78 0.45 0.35
Hex 83 32 50 0 3E 27 31 152 2D 23
Octal 203 62 120 0 76 47 61 522 55 43
Binary 10000011 110010 1010000 0 111110 100111 110001 101010010 101101 100011

Color Harmonies of #833250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833250

Black with #833250

Text Example


Text Example

White with #833250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833250; }

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

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

background-color css

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

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

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

border-color css

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

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

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