Html Css Color HEX #821E48 Disco

📋 copy color: '#821E48'

red 130 ◦ green 30 ◦ blue 72

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

Shades of Disco #821E48

Tints of Disco #821E48

RGB

 RED value IS 130 (51.17% from 255) = 56.03%

 GREEN value IS 30 (12.11% from 255) = 12.93%

 BLUE value IS 72 (28.52% from 255) = 31.03%

R = 56.03%
G = 12.93%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#821E48 (or 0x821E48) is known color: Disco. HEX triplet: 82, 1E and 48. RGB value is (130,30,72). Sum of RGB (Red+Green+Blue) = 130+30+72=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #821E48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821E48 is #7DE1B7. Grayscale: #404040. Windows color (decimal): -8249784 or 4726402. OLE color: 4726402.

HSL color Cylindrical-coordinate representation of color #821E48: hue angle of 334.8º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #821E48 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 30 72 -
CMYK 0 0.77 0.45 0.49
HSL 334.8º 0.63% 0.31% -
HSV(B) 334.8º 0.77% 0.51% -
XYZ 10.84 6.14 6.75 -
YUV 64.69 132.13 174.58 -
System Red Green Blue C M Y K H S L
Decimal 130 30 72 0 0.77 0.45 0.49 334.8 0.63 0.31
Hex 82 1E 48 0 4D 2D 31 14F 3E 1F
Octal 202 36 110 0 115 55 61 517 76 37
Binary 10000010 11110 1001000 0 1001101 101101 110001 101001111 111110 11111

Color Harmonies of #821E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821E48

Black with #821E48

Text Example


Text Example

White with #821E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821E48; }

 p { color: rgb(130,30,72); }

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

background-color css

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

 a { background-color: rgb(130,30,72); }

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

border-color css

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

 span { border-color: rgb(130,30,72); }

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