Html Css Color HEX #821947 Disco

📋 copy color: '#821947'

red 130 ◦ green 25 ◦ blue 71

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

Shades of Disco #821947

Tints of Disco #821947

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.06%

 BLUE value IS 71 (28.13% from 255) = 31.42%

R = 57.52%
G = 11.06%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#821947 (or 0x821947) is known color: Disco. HEX triplet: 82, 19 and 47. RGB value is (130,25,71). Sum of RGB (Red+Green+Blue) = 130+25+71=226 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.52% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 71 (28.12% from 255 or 31.42% from 226); Max value from RGB is 130 - color contains mainly: red. Hex color #821947 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821947 is #7DE6B8. Grayscale: #3D3D3D. Windows color (decimal): -8251065 or 4659586. OLE color: 4659586.

HSL color Cylindrical-coordinate representation of color #821947: hue angle of 333.71º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #821947 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 25 71 -
CMYK 0 0.81 0.45 0.49
HSL 333.71º 0.68% 0.3% -
HSV(B) 333.71º 0.81% 0.51% -
XYZ 10.69 5.9 6.54 -
YUV 61.64 133.29 176.76 -
System Red Green Blue C M Y K H S L
Decimal 130 25 71 0 0.81 0.45 0.49 333.71 0.68 0.3
Hex 82 19 47 0 51 2D 31 14E 44 1E
Octal 202 31 107 0 121 55 61 516 104 36
Binary 10000010 11001 1000111 0 1010001 101101 110001 101001110 1000100 11110

Color Harmonies of #821947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821947

Black with #821947

Text Example


Text Example

White with #821947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821947; }

 p { color: rgb(130,25,71); }

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

background-color css

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

 a { background-color: rgb(130,25,71); }

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

border-color css

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

 span { border-color: rgb(130,25,71); }

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