Html Css Color HEX #832348 Disco

📋 copy color: '#832348'

red 131 ◦ green 35 ◦ blue 72

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

Shades of Disco #832348

Tints of Disco #832348

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.71%

 BLUE value IS 72 (28.52% from 255) = 30.25%

R = 55.04%
G = 14.71%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#832348 (or 0x832348) is known color: Disco. HEX triplet: 83, 23 and 48. RGB value is (131,35,72). Sum of RGB (Red+Green+Blue) = 131+35+72=238 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.04% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 131 - color contains mainly: red. Hex color #832348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832348 is #7CDCB7. Grayscale: #434343. Windows color (decimal): -8182968 or 4727683. OLE color: 4727683.

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

Color convert

RGB 131 35 72 -
CMYK 0 0.73 0.45 0.49
HSL 336.88º 0.58% 0.33% -
HSV(B) 336.88º 0.73% 0.51% -
XYZ 11.13 6.5 6.8 -
YUV 67.92 130.3 172.99 -
System Red Green Blue C M Y K H S L
Decimal 131 35 72 0 0.73 0.45 0.49 336.88 0.58 0.33
Hex 83 23 48 0 49 2D 31 151 3A 21
Octal 203 43 110 0 111 55 61 521 72 41
Binary 10000011 100011 1001000 0 1001001 101101 110001 101010001 111010 100001

Color Harmonies of #832348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832348

Black with #832348

Text Example


Text Example

White with #832348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832348; }

 p { color: rgb(131,35,72); }

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

background-color css

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

 a { background-color: rgb(131,35,72); }

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

border-color css

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

 span { border-color: rgb(131,35,72); }

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