Html Css Color HEX #84214C Disco

📋 copy color: '#84214C'

red 132 ◦ green 33 ◦ blue 76

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

Shades of Disco #84214C

Tints of Disco #84214C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.69%

 BLUE value IS 76 (30.08% from 255) = 31.54%

R = 54.77%
G = 13.69%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#84214C (or 0x84214C) is known color: Disco. HEX triplet: 84, 21 and 4C. RGB value is (132,33,76). Sum of RGB (Red+Green+Blue) = 132+33+76=241 (31% of max value = 765). Red value is 132 (51.95% from 255 or 54.77% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 132 - color contains mainly: red. Hex color #84214C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84214C is #7BDEB3. Grayscale: #434343. Windows color (decimal): -8117940 or 4989316. OLE color: 4989316.

HSL color Cylindrical-coordinate representation of color #84214C: hue angle of 333.94º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #84214C is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 33 76 -
CMYK 0 0.75 0.42 0.48
HSL 333.94º 0.6% 0.32% -
HSV(B) 333.94º 0.75% 0.52% -
XYZ 11.36 6.52 7.5 -
YUV 67.5 132.8 174 -
System Red Green Blue C M Y K H S L
Decimal 132 33 76 0 0.75 0.42 0.48 333.94 0.6 0.32
Hex 84 21 4C 0 4B 2A 30 14E 3C 20
Octal 204 41 114 0 113 52 60 516 74 40
Binary 10000100 100001 1001100 0 1001011 101010 110000 101001110 111100 100000

Color Harmonies of #84214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84214C

Black with #84214C

Text Example


Text Example

White with #84214C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84214C; }

 p { color: rgb(132,33,76); }

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

background-color css

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

 a { background-color: rgb(132,33,76); }

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

border-color css

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

 span { border-color: rgb(132,33,76); }

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