Html Css Color HEX #832447 Disco

📋 copy color: '#832447'

red 131 ◦ green 36 ◦ blue 71

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

Shades of Disco #832447

Tints of Disco #832447

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.13%

 BLUE value IS 71 (28.13% from 255) = 29.83%

R = 55.04%
G = 15.13%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#832447 (or 0x832447) is known color: Disco. HEX triplet: 83, 24 and 47. RGB value is (131,36,71). Sum of RGB (Red+Green+Blue) = 131+36+71=238 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.04% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 71 (28.12% from 255 or 29.83% from 238); Max value from RGB is 131 - color contains mainly: red. Hex color #832447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832447 is #7CDBB8. Grayscale: #444444. Windows color (decimal): -8182713 or 4662403. OLE color: 4662403.

HSL color Cylindrical-coordinate representation of color #832447: hue angle of 337.89º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #832447 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 36 71 -
CMYK 0 0.73 0.46 0.49
HSL 337.89º 0.57% 0.33% -
HSV(B) 337.89º 0.73% 0.51% -
XYZ 11.13 6.54 6.64 -
YUV 68.4 129.47 172.65 -
System Red Green Blue C M Y K H S L
Decimal 131 36 71 0 0.73 0.46 0.49 337.89 0.57 0.33
Hex 83 24 47 0 49 2E 31 152 39 21
Octal 203 44 107 0 111 56 61 522 71 41
Binary 10000011 100100 1000111 0 1001001 101110 110001 101010010 111001 100001

Color Harmonies of #832447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832447

Black with #832447

Text Example


Text Example

White with #832447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832447; }

 p { color: rgb(131,36,71); }

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

background-color css

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

 a { background-color: rgb(131,36,71); }

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

border-color css

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

 span { border-color: rgb(131,36,71); }

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