Html Css Color HEX #83274F Disco

📋 copy color: '#83274F'

red 131 ◦ green 39 ◦ blue 79

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

Shades of Disco #83274F

Tints of Disco #83274F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 31.73%

R = 52.61%
G = 15.66%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#83274F (or 0x83274F) is known color: Disco. HEX triplet: 83, 27 and 4F. RGB value is (131,39,79). Sum of RGB (Red+Green+Blue) = 131+39+79=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #83274F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83274F is #7CD8B0. Grayscale: #474747. Windows color (decimal): -8181937 or 5187459. OLE color: 5187459.

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

Color convert

RGB 131 39 79 -
CMYK 0 0.70 0.40 0.49
HSL 333.91º 0.54% 0.33% -
HSV(B) 333.91º 0.7% 0.51% -
XYZ 11.5 6.84 8.11 -
YUV 71.07 132.48 170.75 -
System Red Green Blue C M Y K H S L
Decimal 131 39 79 0 0.70 0.40 0.49 333.91 0.54 0.33
Hex 83 27 4F 0 46 28 31 14E 36 21
Octal 203 47 117 0 106 50 61 516 66 41
Binary 10000011 100111 1001111 0 1000110 101000 110001 101001110 110110 100001

Color Harmonies of #83274F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83274F

Black with #83274F

Text Example


Text Example

White with #83274F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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