Html Css Color HEX #82294E Disco

📋 copy color: '#82294E'

red 130 ◦ green 41 ◦ blue 78

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

Shades of Disco #82294E

Tints of Disco #82294E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.47%

 BLUE value IS 78 (30.86% from 255) = 31.33%

R = 52.21%
G = 16.47%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#82294E (or 0x82294E) is known color: Disco. HEX triplet: 82, 29 and 4E. RGB value is (130,41,78). Sum of RGB (Red+Green+Blue) = 130+41+78=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #82294E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82294E is #7DD6B1. Grayscale: #474747. Windows color (decimal): -8246962 or 5122434. OLE color: 5122434.

HSL color Cylindrical-coordinate representation of color #82294E: hue angle of 335.06º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82294E is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 41 78 -
CMYK 0 0.68 0.40 0.49
HSL 335.06º 0.52% 0.34% -
HSV(B) 335.06º 0.68% 0.51% -
XYZ 11.37 6.88 7.94 -
YUV 71.83 131.49 169.49 -
System Red Green Blue C M Y K H S L
Decimal 130 41 78 0 0.68 0.40 0.49 335.06 0.52 0.34
Hex 82 29 4E 0 44 28 31 14F 34 22
Octal 202 51 116 0 104 50 61 517 64 42
Binary 10000010 101001 1001110 0 1000100 101000 110001 101001111 110100 100010

Color Harmonies of #82294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82294E

Black with #82294E

Text Example


Text Example

White with #82294E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82294E; }

 p { color: rgb(130,41,78); }

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

background-color css

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

 a { background-color: rgb(130,41,78); }

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

border-color css

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

 span { border-color: rgb(130,41,78); }

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