Html Css Color HEX #832C3D Paprika

📋 copy color: '#832C3D'

red 131 ◦ green 44 ◦ blue 61

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

Shades of Paprika #832C3D

Tints of Paprika #832C3D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.64%

 BLUE value IS 61 (24.22% from 255) = 25.85%

R = 55.51%
G = 18.64%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#832C3D (or 0x832C3D) is known color: Paprika. HEX triplet: 83, 2C and 3D. RGB value is (131,44,61). Sum of RGB (Red+Green+Blue) = 131+44+61=236 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.51% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 131 - color contains mainly: red. Hex color #832C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832C3D is #7CD3C2. Grayscale: #474747. Windows color (decimal): -8180675 or 4009091. OLE color: 4009091.

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

Color convert

RGB 131 44 61 -
CMYK 0 0.66 0.53 0.49
HSL 348.28º 0.5% 0.34% -
HSV(B) 348.28º 0.66% 0.51% -
XYZ 11.1 6.96 5.17 -
YUV 71.95 121.82 170.12 -
System Red Green Blue C M Y K H S L
Decimal 131 44 61 0 0.66 0.53 0.49 348.28 0.5 0.34
Hex 83 2C 3D 0 42 35 31 15C 32 22
Octal 203 54 75 0 102 65 61 534 62 42
Binary 10000011 101100 111101 0 1000010 110101 110001 101011100 110010 100010

Color Harmonies of #832C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832C3D

Black with #832C3D

Text Example


Text Example

White with #832C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,44,61); }

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

background-color css

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

 a { background-color: rgb(131,44,61); }

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

border-color css

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

 span { border-color: rgb(131,44,61); }

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