Html Css Color HEX #832446 Disco

📋 copy color: '#832446'

red 131 ◦ green 36 ◦ blue 70

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

Shades of Disco #832446

Tints of Disco #832446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.54%

R = 55.27%
G = 15.19%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#832446 (or 0x832446) is known color: Disco. HEX triplet: 83, 24 and 46. RGB value is (131,36,70). Sum of RGB (Red+Green+Blue) = 131+36+70=237 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.27% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 131 - color contains mainly: red. Hex color #832446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832446 is #7CDBB9. Grayscale: #444444. Windows color (decimal): -8182714 or 4596867. OLE color: 4596867.

HSL color Cylindrical-coordinate representation of color #832446: hue angle of 338.53º 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 #832446 is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 36 70 -
CMYK 0 0.73 0.47 0.49
HSL 338.53º 0.57% 0.33% -
HSV(B) 338.53º 0.73% 0.51% -
XYZ 11.1 6.53 6.47 -
YUV 68.28 128.97 172.74 -
System Red Green Blue C M Y K H S L
Decimal 131 36 70 0 0.73 0.47 0.49 338.53 0.57 0.33
Hex 83 24 46 0 49 2F 31 153 39 21
Octal 203 44 106 0 111 57 61 523 71 41
Binary 10000011 100100 1000110 0 1001001 101111 110001 101010011 111001 100001

Color Harmonies of #832446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832446

Black with #832446

Text Example


Text Example

White with #832446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832446; }

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

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

background-color css

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

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

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

border-color css

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

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

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