Html Css Color HEX #84344F Disco

📋 copy color: '#84344F'

red 132 ◦ green 52 ◦ blue 79

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

Shades of Disco #84344F

Tints of Disco #84344F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.77%

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

R = 50.19%
G = 19.77%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#84344F (or 0x84344F) is known color: Disco. HEX triplet: 84, 34 and 4F. RGB value is (132,52,79). Sum of RGB (Red+Green+Blue) = 132+52+79=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #84344F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84344F is #7BCBB0. Grayscale: #4E4E4E. Windows color (decimal): -8113073 or 5190788. OLE color: 5190788.

HSL color Cylindrical-coordinate representation of color #84344F: hue angle of 339.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84344F is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 52 79 -
CMYK 0 0.61 0.40 0.48
HSL 339.75º 0.43% 0.36% -
HSV(B) 339.75º 0.61% 0.52% -
XYZ 12.15 7.93 8.29 -
YUV 79 128 165.8 -
System Red Green Blue C M Y K H S L
Decimal 132 52 79 0 0.61 0.40 0.48 339.75 0.43 0.36
Hex 84 34 4F 0 3D 28 30 154 2B 24
Octal 204 64 117 0 75 50 60 524 53 44
Binary 10000100 110100 1001111 0 111101 101000 110000 101010100 101011 100100

Color Harmonies of #84344F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84344F

Black with #84344F

Text Example


Text Example

White with #84344F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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