Html Css Color HEX #832940 Paprika

📋 copy color: '#832940'

red 131 ◦ green 41 ◦ blue 64

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

Shades of Paprika #832940

Tints of Paprika #832940

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.37%

 BLUE value IS 64 (25.39% from 255) = 27.12%

R = 55.51%
G = 17.37%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#832940 (or 0x832940) is known color: Paprika. HEX triplet: 83, 29 and 40. RGB value is (131,41,64). Sum of RGB (Red+Green+Blue) = 131+41+64=236 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.51% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 131 - color contains mainly: red. Hex color #832940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832940 is #7CD6BF. Grayscale: #464646. Windows color (decimal): -8181440 or 4204931. OLE color: 4204931.

HSL color Cylindrical-coordinate representation of color #832940: hue angle of 344.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #832940 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 41 64 -
CMYK 0 0.69 0.51 0.49
HSL 344.67º 0.52% 0.34% -
HSV(B) 344.67º 0.69% 0.51% -
XYZ 11.08 6.78 5.58 -
YUV 70.53 124.32 171.13 -
System Red Green Blue C M Y K H S L
Decimal 131 41 64 0 0.69 0.51 0.49 344.67 0.52 0.34
Hex 83 29 40 0 45 33 31 159 34 22
Octal 203 51 100 0 105 63 61 531 64 42
Binary 10000011 101001 1000000 0 1000101 110011 110001 101011001 110100 100010

Color Harmonies of #832940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832940

Black with #832940

Text Example


Text Example

White with #832940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832940; }

 p { color: rgb(131,41,64); }

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

background-color css

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

 a { background-color: rgb(131,41,64); }

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

border-color css

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

 span { border-color: rgb(131,41,64); }

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