Html Css Color HEX #832C3A Paprika

📋 copy color: '#832C3A'

red 131 ◦ green 44 ◦ blue 58

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

Shades of Paprika #832C3A

Tints of Paprika #832C3A

RGB

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

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

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

R = 56.22%
G = 18.88%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#832C3A (or 0x832C3A) is known color: Paprika. HEX triplet: 83, 2C and 3A. RGB value is (131,44,58). Sum of RGB (Red+Green+Blue) = 131+44+58=233 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.22% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 131 - color contains mainly: red. Hex color #832C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832C3A is #7CD3C5. Grayscale: #474747. Windows color (decimal): -8180678 or 3812483. OLE color: 3812483.

HSL color Cylindrical-coordinate representation of color #832C3A: hue angle of 350.34º 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 #832C3A is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 44 58 -
CMYK 0 0.66 0.56 0.49
HSL 350.34º 0.5% 0.34% -
HSV(B) 350.34º 0.66% 0.51% -
XYZ 11.02 6.93 4.76 -
YUV 71.61 120.32 170.36 -
System Red Green Blue C M Y K H S L
Decimal 131 44 58 0 0.66 0.56 0.49 350.34 0.5 0.34
Hex 83 2C 3A 0 42 38 31 15E 32 22
Octal 203 54 72 0 102 70 61 536 62 42
Binary 10000011 101100 111010 0 1000010 111000 110001 101011110 110010 100010

Color Harmonies of #832C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832C3A

Black with #832C3A

Text Example


Text Example

White with #832C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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