Html Css Color HEX #843450 Disco

📋 copy color: '#843450'

red 132 ◦ green 52 ◦ blue 80

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

Shades of Disco #843450

Tints of Disco #843450

RGB

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

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

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

R = 50%
G = 19.7%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#843450 (or 0x843450) is known color: Disco. HEX triplet: 84, 34 and 50. RGB value is (132,52,80). Sum of RGB (Red+Green+Blue) = 132+52+80=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #843450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843450 is #7BCBAF. Grayscale: #4F4F4F. Windows color (decimal): -8113072 or 5256324. OLE color: 5256324.

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

Color convert

RGB 132 52 80 -
CMYK 0 0.61 0.39 0.48
HSL 339º 0.43% 0.36% -
HSV(B) 339º 0.61% 0.52% -
XYZ 12.19 7.94 8.48 -
YUV 79.11 128.5 165.72 -
System Red Green Blue C M Y K H S L
Decimal 132 52 80 0 0.61 0.39 0.48 339 0.43 0.36
Hex 84 34 50 0 3D 27 30 153 2B 24
Octal 204 64 120 0 75 47 60 523 53 44
Binary 10000100 110100 1010000 0 111101 100111 110000 101010011 101011 100100

Color Harmonies of #843450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843450

Black with #843450

Text Example


Text Example

White with #843450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843450; }

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

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

background-color css

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

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

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

border-color css

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

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

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