Html Css Color HEX #83324F Disco

📋 copy color: '#83324F'

red 131 ◦ green 50 ◦ blue 79

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

Shades of Disco #83324F

Tints of Disco #83324F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.23%

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

R = 50.38%
G = 19.23%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#83324F (or 0x83324F) is known color: Disco. HEX triplet: 83, 32 and 4F. RGB value is (131,50,79). Sum of RGB (Red+Green+Blue) = 131+50+79=260 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.38% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 131 - color contains mainly: red. Hex color #83324F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83324F is #7CCDB0. Grayscale: #4D4D4D. Windows color (decimal): -8179121 or 5190275. OLE color: 5190275.

HSL color Cylindrical-coordinate representation of color #83324F: hue angle of 338.52º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #83324F is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 50 79 -
CMYK 0 0.62 0.40 0.49
HSL 338.52º 0.45% 0.35% -
HSV(B) 338.52º 0.62% 0.51% -
XYZ 11.91 7.67 8.25 -
YUV 77.53 128.84 166.14 -
System Red Green Blue C M Y K H S L
Decimal 131 50 79 0 0.62 0.40 0.49 338.52 0.45 0.35
Hex 83 32 4F 0 3E 28 31 153 2D 23
Octal 203 62 117 0 76 50 61 523 55 43
Binary 10000011 110010 1001111 0 111110 101000 110001 101010011 101101 100011

Color Harmonies of #83324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83324F

Black with #83324F

Text Example


Text Example

White with #83324F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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