Html Css Color HEX #83274A Disco

📋 copy color: '#83274A'

red 131 ◦ green 39 ◦ blue 74

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

Shades of Disco #83274A

Tints of Disco #83274A

RGB

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

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

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

R = 53.69%
G = 15.98%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#83274A (or 0x83274A) is known color: Disco. HEX triplet: 83, 27 and 4A. RGB value is (131,39,74). Sum of RGB (Red+Green+Blue) = 131+39+74=244 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.69% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 131 - color contains mainly: red. Hex color #83274A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83274A is #7CD8B5. Grayscale: #464646. Windows color (decimal): -8181942 or 4859779. OLE color: 4859779.

HSL color Cylindrical-coordinate representation of color #83274A: hue angle of 337.17º 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 #83274A is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 39 74 -
CMYK 0 0.70 0.44 0.49
HSL 337.17º 0.54% 0.33% -
HSV(B) 337.17º 0.7% 0.51% -
XYZ 11.32 6.77 7.19 -
YUV 70.5 129.98 171.15 -
System Red Green Blue C M Y K H S L
Decimal 131 39 74 0 0.70 0.44 0.49 337.17 0.54 0.33
Hex 83 27 4A 0 46 2C 31 151 36 21
Octal 203 47 112 0 106 54 61 521 66 41
Binary 10000011 100111 1001010 0 1000110 101100 110001 101010001 110110 100001

Color Harmonies of #83274A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83274A

Black with #83274A

Text Example


Text Example

White with #83274A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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