Html Css Color HEX #832E3C Paprika

📋 copy color: '#832E3C'

red 131 ◦ green 46 ◦ blue 60

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

Shades of Paprika #832E3C

Tints of Paprika #832E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.32%

R = 55.27%
G = 19.41%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#832E3C (or 0x832E3C) is known color: Paprika. HEX triplet: 83, 2E and 3C. RGB value is (131,46,60). Sum of RGB (Red+Green+Blue) = 131+46+60=237 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.27% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 131 - color contains mainly: red. Hex color #832E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832E3C is #7CD1C3. Grayscale: #494949. Windows color (decimal): -8180164 or 3944067. OLE color: 3944067.

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

Color convert

RGB 131 46 60 -
CMYK 0 0.65 0.54 0.49
HSL 350.12º 0.48% 0.35% -
HSV(B) 350.12º 0.65% 0.51% -
XYZ 11.15 7.11 5.06 -
YUV 73.01 120.66 169.36 -
System Red Green Blue C M Y K H S L
Decimal 131 46 60 0 0.65 0.54 0.49 350.12 0.48 0.35
Hex 83 2E 3C 0 41 36 31 15E 30 23
Octal 203 56 74 0 101 66 61 536 60 43
Binary 10000011 101110 111100 0 1000001 110110 110001 101011110 110000 100011

Color Harmonies of #832E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832E3C

Black with #832E3C

Text Example


Text Example

White with #832E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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