Html Css Color HEX #821744 Disco

📋 copy color: '#821744'

red 130 ◦ green 23 ◦ blue 68

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

Shades of Disco #821744

Tints of Disco #821744

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.41%

 BLUE value IS 68 (26.95% from 255) = 30.77%

R = 58.82%
G = 10.41%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#821744 (or 0x821744) is known color: Disco. HEX triplet: 82, 17 and 44. RGB value is (130,23,68). Sum of RGB (Red+Green+Blue) = 130+23+68=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #821744 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821744 is #7DE8BB. Grayscale: #3C3C3C. Windows color (decimal): -8251580 or 4462466. OLE color: 4462466.

HSL color Cylindrical-coordinate representation of color #821744: hue angle of 334.77º degrees, saturation: 0.7, 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 #821744 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 23 68 -
CMYK 0 0.82 0.48 0.49
HSL 334.77º 0.7% 0.3% -
HSV(B) 334.77º 0.82% 0.51% -
XYZ 10.56 5.78 6.03 -
YUV 60.12 132.45 177.84 -
System Red Green Blue C M Y K H S L
Decimal 130 23 68 0 0.82 0.48 0.49 334.77 0.7 0.3
Hex 82 17 44 0 52 30 31 14F 46 1E
Octal 202 27 104 0 122 60 61 517 106 36
Binary 10000010 10111 1000100 0 1010010 110000 110001 101001111 1000110 11110

Color Harmonies of #821744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821744

Black with #821744

Text Example


Text Example

White with #821744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821744; }

 p { color: rgb(130,23,68); }

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

background-color css

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

 a { background-color: rgb(130,23,68); }

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

border-color css

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

 span { border-color: rgb(130,23,68); }

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