Html Css Color HEX #821841 Disco

📋 copy color: '#821841'

red 130 ◦ green 24 ◦ blue 65

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

Shades of Disco #821841

Tints of Disco #821841

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.96%

 BLUE value IS 65 (25.78% from 255) = 29.68%

R = 59.36%
G = 10.96%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#821841 (or 0x821841) is known color: Disco. HEX triplet: 82, 18 and 41. RGB value is (130,24,65). Sum of RGB (Red+Green+Blue) = 130+24+65=219 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.36% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 130 - color contains mainly: red. Hex color #821841 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821841 is #7DE7BE. Grayscale: #3C3C3C. Windows color (decimal): -8251327 or 4266114. OLE color: 4266114.

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

Color convert

RGB 130 24 65 -
CMYK 0 0.82 0.50 0.49
HSL 336.79º 0.69% 0.3% -
HSV(B) 336.79º 0.82% 0.51% -
XYZ 10.49 5.78 5.56 -
YUV 60.37 130.62 177.67 -
System Red Green Blue C M Y K H S L
Decimal 130 24 65 0 0.82 0.50 0.49 336.79 0.69 0.3
Hex 82 18 41 0 52 32 31 151 45 1E
Octal 202 30 101 0 122 62 61 521 105 36
Binary 10000010 11000 1000001 0 1010010 110010 110001 101010001 1000101 11110

Color Harmonies of #821841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821841

Black with #821841

Text Example


Text Example

White with #821841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821841; }

 p { color: rgb(130,24,65); }

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

background-color css

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

 a { background-color: rgb(130,24,65); }

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

border-color css

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

 span { border-color: rgb(130,24,65); }

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