Html Css Color HEX #83284F Disco

📋 copy color: '#83284F'

red 131 ◦ green 40 ◦ blue 79

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

Shades of Disco #83284F

Tints of Disco #83284F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16%

 BLUE value IS 79 (31.25% from 255) = 31.6%

R = 52.4%
G = 16%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#83284F (or 0x83284F) is known color: Disco. HEX triplet: 83, 28 and 4F. RGB value is (131,40,79). Sum of RGB (Red+Green+Blue) = 131+40+79=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #83284F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83284F is #7CD7B0. Grayscale: #474747. Windows color (decimal): -8181681 or 5187715. OLE color: 5187715.

HSL color Cylindrical-coordinate representation of color #83284F: hue angle of 334.29º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83284F is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 40 79 -
CMYK 0 0.69 0.40 0.49
HSL 334.29º 0.53% 0.34% -
HSV(B) 334.29º 0.69% 0.51% -
XYZ 11.53 6.91 8.12 -
YUV 71.66 132.15 170.33 -
System Red Green Blue C M Y K H S L
Decimal 131 40 79 0 0.69 0.40 0.49 334.29 0.53 0.34
Hex 83 28 4F 0 45 28 31 14E 35 22
Octal 203 50 117 0 105 50 61 516 65 42
Binary 10000011 101000 1001111 0 1000101 101000 110001 101001110 110101 100010

Color Harmonies of #83284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83284F

Black with #83284F

Text Example


Text Example

White with #83284F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83284F; }

 p { color: rgb(131,40,79); }

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

background-color css

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

 a { background-color: rgb(131,40,79); }

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

border-color css

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

 span { border-color: rgb(131,40,79); }

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