Html Css Color HEX #832641 Disco

📋 copy color: '#832641'

red 131 ◦ green 38 ◦ blue 65

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

Shades of Disco #832641

Tints of Disco #832641

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.24%

 BLUE value IS 65 (25.78% from 255) = 27.78%

R = 55.98%
G = 16.24%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#832641 (or 0x832641) is known color: Disco. HEX triplet: 83, 26 and 41. RGB value is (131,38,65). Sum of RGB (Red+Green+Blue) = 131+38+65=234 (30% of max value = 765). Red value is 131 (51.56% from 255 or 55.98% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 131 - color contains mainly: red. Hex color #832641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832641 is #7CD9BE. Grayscale: #444444. Windows color (decimal): -8182207 or 4269699. OLE color: 4269699.

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

Color convert

RGB 131 38 65 -
CMYK 0 0.71 0.50 0.49
HSL 342.58º 0.55% 0.33% -
HSV(B) 342.58º 0.71% 0.51% -
XYZ 11.01 6.59 5.69 -
YUV 68.89 125.81 172.3 -
System Red Green Blue C M Y K H S L
Decimal 131 38 65 0 0.71 0.50 0.49 342.58 0.55 0.33
Hex 83 26 41 0 47 32 31 157 37 21
Octal 203 46 101 0 107 62 61 527 67 41
Binary 10000011 100110 1000001 0 1000111 110010 110001 101010111 110111 100001

Color Harmonies of #832641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832641

Black with #832641

Text Example


Text Example

White with #832641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832641; }

 p { color: rgb(131,38,65); }

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

background-color css

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

 a { background-color: rgb(131,38,65); }

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

border-color css

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

 span { border-color: rgb(131,38,65); }

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