Html Css Color HEX #832246 Disco

📋 copy color: '#832246'

red 131 ◦ green 34 ◦ blue 70

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

Shades of Disco #832246

Tints of Disco #832246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.47%

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

R = 55.74%
G = 14.47%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#832246 (or 0x832246) is known color: Disco. HEX triplet: 83, 22 and 46. RGB value is (131,34,70). Sum of RGB (Red+Green+Blue) = 131+34+70=235 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.74% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 131 - color contains mainly: red. Hex color #832246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832246 is #7CDDB9. Grayscale: #434343. Windows color (decimal): -8183226 or 4596355. OLE color: 4596355.

HSL color Cylindrical-coordinate representation of color #832246: hue angle of 337.73º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #832246 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 34 70 -
CMYK 0 0.74 0.47 0.49
HSL 337.73º 0.59% 0.32% -
HSV(B) 337.73º 0.74% 0.51% -
XYZ 11.04 6.41 6.45 -
YUV 67.11 129.64 173.57 -
System Red Green Blue C M Y K H S L
Decimal 131 34 70 0 0.74 0.47 0.49 337.73 0.59 0.32
Hex 83 22 46 0 4A 2F 31 152 3B 20
Octal 203 42 106 0 112 57 61 522 73 40
Binary 10000011 100010 1000110 0 1001010 101111 110001 101010010 111011 100000

Color Harmonies of #832246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832246

Black with #832246

Text Example


Text Example

White with #832246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832246; }

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

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

background-color css

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

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

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

border-color css

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

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

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