Html Css Color HEX #82254C Disco

📋 copy color: '#82254C'

red 130 ◦ green 37 ◦ blue 76

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

Shades of Disco #82254C

Tints of Disco #82254C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.23%

 BLUE value IS 76 (30.08% from 255) = 31.28%

R = 53.5%
G = 15.23%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#82254C (or 0x82254C) is known color: Disco. HEX triplet: 82, 25 and 4C. RGB value is (130,37,76). Sum of RGB (Red+Green+Blue) = 130+37+76=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #82254C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82254C is #7DDAB3. Grayscale: #454545. Windows color (decimal): -8247988 or 4990338. OLE color: 4990338.

HSL color Cylindrical-coordinate representation of color #82254C: hue angle of 334.84º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #82254C is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 37 76 -
CMYK 0 0.72 0.42 0.49
HSL 334.84º 0.56% 0.33% -
HSV(B) 334.84º 0.72% 0.51% -
XYZ 11.17 6.59 7.52 -
YUV 69.25 131.81 171.33 -
System Red Green Blue C M Y K H S L
Decimal 130 37 76 0 0.72 0.42 0.49 334.84 0.56 0.33
Hex 82 25 4C 0 48 2A 31 14F 38 21
Octal 202 45 114 0 110 52 61 517 70 41
Binary 10000010 100101 1001100 0 1001000 101010 110001 101001111 111000 100001

Color Harmonies of #82254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82254C

Black with #82254C

Text Example


Text Example

White with #82254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82254C; }

 p { color: rgb(130,37,76); }

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

background-color css

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

 a { background-color: rgb(130,37,76); }

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

border-color css

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

 span { border-color: rgb(130,37,76); }

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