Html Css Color HEX #832E3A Paprika

📋 copy color: '#832E3A'

red 131 ◦ green 46 ◦ blue 58

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

Shades of Paprika #832E3A

Tints of Paprika #832E3A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.57%

 BLUE value IS 58 (23.05% from 255) = 24.68%

R = 55.74%
G = 19.57%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#832E3A (or 0x832E3A) is known color: Paprika. HEX triplet: 83, 2E and 3A. RGB value is (131,46,58). Sum of RGB (Red+Green+Blue) = 131+46+58=235 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.74% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 131 - color contains mainly: red. Hex color #832E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832E3A is #7CD1C5. Grayscale: #484848. Windows color (decimal): -8180166 or 3812995. OLE color: 3812995.

HSL color Cylindrical-coordinate representation of color #832E3A: hue angle of 351.53º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #832E3A is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 46 58 -
CMYK 0 0.65 0.56 0.49
HSL 351.53º 0.48% 0.35% -
HSV(B) 351.53º 0.65% 0.51% -
XYZ 11.1 7.08 4.79 -
YUV 72.78 119.66 169.52 -
System Red Green Blue C M Y K H S L
Decimal 131 46 58 0 0.65 0.56 0.49 351.53 0.48 0.35
Hex 83 2E 3A 0 41 38 31 160 30 23
Octal 203 56 72 0 101 70 61 540 60 43
Binary 10000011 101110 111010 0 1000001 111000 110001 101100000 110000 100011

Color Harmonies of #832E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832E3A

Black with #832E3A

Text Example


Text Example

White with #832E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832E3A; }

 p { color: rgb(131,46,58); }

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

background-color css

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

 a { background-color: rgb(131,46,58); }

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

border-color css

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

 span { border-color: rgb(131,46,58); }

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