Html Css Color HEX #83274B Disco

📋 copy color: '#83274B'

red 131 ◦ green 39 ◦ blue 75

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

Shades of Disco #83274B

Tints of Disco #83274B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 30.61%

R = 53.47%
G = 15.92%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#83274B (or 0x83274B) is known color: Disco. HEX triplet: 83, 27 and 4B. RGB value is (131,39,75). Sum of RGB (Red+Green+Blue) = 131+39+75=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #83274B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83274B is #7CD8B4. Grayscale: #464646. Windows color (decimal): -8181941 or 4925315. OLE color: 4925315.

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

Color convert

RGB 131 39 75 -
CMYK 0 0.70 0.43 0.49
HSL 336.52º 0.54% 0.33% -
HSV(B) 336.52º 0.7% 0.51% -
XYZ 11.36 6.78 7.37 -
YUV 70.61 130.48 171.07 -
System Red Green Blue C M Y K H S L
Decimal 131 39 75 0 0.70 0.43 0.49 336.52 0.54 0.33
Hex 83 27 4B 0 46 2B 31 151 36 21
Octal 203 47 113 0 106 53 61 521 66 41
Binary 10000011 100111 1001011 0 1000110 101011 110001 101010001 110110 100001

Color Harmonies of #83274B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83274B

Black with #83274B

Text Example


Text Example

White with #83274B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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