Html Css Color HEX #82314A Disco

📋 copy color: '#82314A'

red 130 ◦ green 49 ◦ blue 74

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

Shades of Disco #82314A

Tints of Disco #82314A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.37%

 BLUE value IS 74 (29.3% from 255) = 29.25%

R = 51.38%
G = 19.37%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#82314A (or 0x82314A) is known color: Disco. HEX triplet: 82, 31 and 4A. RGB value is (130,49,74). Sum of RGB (Red+Green+Blue) = 130+49+74=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #82314A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82314A is #7DCEB5. Grayscale: #4C4C4C. Windows color (decimal): -8244918 or 4862338. OLE color: 4862338.

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

Color convert

RGB 130 49 74 -
CMYK 0 0.62 0.43 0.49
HSL 341.48º 0.45% 0.35% -
HSV(B) 341.48º 0.62% 0.51% -
XYZ 11.54 7.44 7.31 -
YUV 76.07 126.84 166.47 -
System Red Green Blue C M Y K H S L
Decimal 130 49 74 0 0.62 0.43 0.49 341.48 0.45 0.35
Hex 82 31 4A 0 3E 2B 31 155 2D 23
Octal 202 61 112 0 76 53 61 525 55 43
Binary 10000010 110001 1001010 0 111110 101011 110001 101010101 101101 100011

Color Harmonies of #82314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82314A

Black with #82314A

Text Example


Text Example

White with #82314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82314A; }

 p { color: rgb(130,49,74); }

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

background-color css

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

 a { background-color: rgb(130,49,74); }

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

border-color css

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

 span { border-color: rgb(130,49,74); }

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