Html Css Color HEX #832840 Paprika

📋 copy color: '#832840'

red 131 ◦ green 40 ◦ blue 64

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

Shades of Paprika #832840

Tints of Paprika #832840

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.02%

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

R = 55.74%
G = 17.02%
B = 27.23%

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

#832840 (or 0x832840) is known color: Paprika. HEX triplet: 83, 28 and 40. RGB value is (131,40,64). Sum of RGB (Red+Green+Blue) = 131+40+64=235 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.74% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 131 - color contains mainly: red. Hex color #832840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832840 is #7CD7BF. Grayscale: #454545. Windows color (decimal): -8181696 or 4204675. OLE color: 4204675.

HSL color Cylindrical-coordinate representation of color #832840: hue angle of 344.18º degrees, saturation: 0.53, 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 #832840 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 40 64 -
CMYK 0 0.69 0.51 0.49
HSL 344.18º 0.53% 0.34% -
HSV(B) 344.18º 0.69% 0.51% -
XYZ 11.04 6.71 5.56 -
YUV 69.95 124.65 171.55 -
System Red Green Blue C M Y K H S L
Decimal 131 40 64 0 0.69 0.51 0.49 344.18 0.53 0.34
Hex 83 28 40 0 45 33 31 158 35 22
Octal 203 50 100 0 105 63 61 530 65 42
Binary 10000011 101000 1000000 0 1000101 110011 110001 101011000 110101 100010

Color Harmonies of #832840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832840

Black with #832840

Text Example


Text Example

White with #832840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832840; }

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

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

background-color css

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

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

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

border-color css

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

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

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