Html Css Color HEX #83274C Disco

📋 copy color: '#83274C'

red 131 ◦ green 39 ◦ blue 76

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

Shades of Disco #83274C

Tints of Disco #83274C

RGB

 RED value IS 131 (51.56% from 255) = 53.25%

 GREEN value IS 39 (15.63% from 255) = 15.85%

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

R = 53.25%
G = 15.85%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#83274C (or 0x83274C) is known color: Disco. HEX triplet: 83, 27 and 4C. RGB value is (131,39,76). Sum of RGB (Red+Green+Blue) = 131+39+76=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #83274C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83274C is #7CD8B3. Grayscale: #464646. Windows color (decimal): -8181940 or 4990851. OLE color: 4990851.

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

Color convert

RGB 131 39 76 -
CMYK 0 0.70 0.42 0.49
HSL 335.87º 0.54% 0.33% -
HSV(B) 335.87º 0.7% 0.51% -
XYZ 11.39 6.8 7.55 -
YUV 70.73 130.98 170.99 -
System Red Green Blue C M Y K H S L
Decimal 131 39 76 0 0.70 0.42 0.49 335.87 0.54 0.33
Hex 83 27 4C 0 46 2A 31 150 36 21
Octal 203 47 114 0 106 52 61 520 66 41
Binary 10000011 100111 1001100 0 1000110 101010 110001 101010000 110110 100001

Color Harmonies of #83274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83274C

Black with #83274C

Text Example


Text Example

White with #83274C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,39,76); }

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

background-color css

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

 a { background-color: rgb(131,39,76); }

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

border-color css

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

 span { border-color: rgb(131,39,76); }

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