Html Css Color HEX #833350 Disco

📋 copy color: '#833350'

red 131 ◦ green 51 ◦ blue 80

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

Shades of Disco #833350

Tints of Disco #833350

RGB

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

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

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

R = 50%
G = 19.47%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#833350 (or 0x833350) is known color: Disco. HEX triplet: 83, 33 and 50. RGB value is (131,51,80). Sum of RGB (Red+Green+Blue) = 131+51+80=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #833350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833350 is #7CCCAF. Grayscale: #4E4E4E. Windows color (decimal): -8178864 or 5256067. OLE color: 5256067.

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

Color convert

RGB 131 51 80 -
CMYK 0 0.61 0.39 0.49
HSL 338.25º 0.44% 0.36% -
HSV(B) 338.25º 0.61% 0.51% -
XYZ 11.99 7.77 8.46 -
YUV 78.23 129 165.64 -
System Red Green Blue C M Y K H S L
Decimal 131 51 80 0 0.61 0.39 0.49 338.25 0.44 0.36
Hex 83 33 50 0 3D 27 31 152 2C 24
Octal 203 63 120 0 75 47 61 522 54 44
Binary 10000011 110011 1010000 0 111101 100111 110001 101010010 101100 100100

Color Harmonies of #833350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833350

Black with #833350

Text Example


Text Example

White with #833350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833350; }

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

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

background-color css

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

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

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

border-color css

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

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

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