Html Css Color HEX #84284F Disco

📋 copy color: '#84284F'

red 132 ◦ green 40 ◦ blue 79

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

Shades of Disco #84284F

Tints of Disco #84284F

RGB

 RED value IS 132 (51.95% from 255) = 52.59%

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

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

R = 52.59%
G = 15.94%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#84284F (or 0x84284F) is known color: Disco. HEX triplet: 84, 28 and 4F. RGB value is (132,40,79). Sum of RGB (Red+Green+Blue) = 132+40+79=251 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.59% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 132 - color contains mainly: red. Hex color #84284F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84284F is #7BD7B0. Grayscale: #474747. Windows color (decimal): -8116145 or 5187716. OLE color: 5187716.

HSL color Cylindrical-coordinate representation of color #84284F: hue angle of 334.57º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84284F is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 40 79 -
CMYK 0 0.70 0.40 0.48
HSL 334.57º 0.53% 0.34% -
HSV(B) 334.57º 0.7% 0.52% -
XYZ 11.69 6.99 8.13 -
YUV 71.95 131.98 170.83 -
System Red Green Blue C M Y K H S L
Decimal 132 40 79 0 0.70 0.40 0.48 334.57 0.53 0.34
Hex 84 28 4F 0 46 28 30 14F 35 22
Octal 204 50 117 0 106 50 60 517 65 42
Binary 10000100 101000 1001111 0 1000110 101000 110000 101001111 110101 100010

Color Harmonies of #84284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84284F

Black with #84284F

Text Example


Text Example

White with #84284F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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